|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the extensions that InstantDB provides to the normal Connection interface.
Method Summary | |
java.lang.String |
getDatabaseId()
Retrieves a unique String identifing an InstantDB database. |
java.lang.Object |
getLastValueInserted(java.lang.String tableName,
java.lang.String columnName)
Retrieves the last value inserted in a partcular column of a table. |
java.util.Properties |
getProperties()
Returns the Properties object passed to this Connection when it was created by the DriverManager. |
int |
prepare()
Tells a connection to prepare before a commit. |
void |
startGlobalTransaction(javax.transaction.xa.Xid xid)
Informs a connection that it is now part of a Global transaction. |
Method Detail |
public java.util.Properties getProperties() throws java.sql.SQLException
public java.lang.Object getLastValueInserted(java.lang.String tableName, java.lang.String columnName) throws java.sql.SQLException
public void startGlobalTransaction(javax.transaction.xa.Xid xid) throws javax.transaction.xa.XAException
public int prepare() throws javax.transaction.xa.XAException
public java.lang.String getDatabaseId() throws java.sql.SQLException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |