|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCAccess
Do not return a connection which participates within the transaction 2-phase commit protocol! All connections will have auto-commit set to true, or we will not be able to use them. So don't return an Arjuna JDBC 1.0 or 2.x connection.
Method Summary | |
---|---|
boolean |
dropTable()
Deprecated. |
java.sql.Connection |
getConnection()
|
void |
initialise(ObjectName objName)
This method can be used to pass additional information to the implementation. |
void |
putConnection(java.sql.Connection conn)
|
java.lang.String |
tableName()
Deprecated. |
Method Detail |
---|
java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLException
void putConnection(java.sql.Connection conn)
java.lang.String tableName()
boolean dropTable()
true
if the table is to be deleted and recreated
prior to use, false
otherwise.void initialise(ObjectName objName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |