public interface JDBCAccess
Modifier and Type | Field and Description |
---|---|
static int |
DROP_TABLE |
static int |
TABLE_NAME |
static int |
URL |
Modifier and Type | Method and Description |
---|---|
boolean |
dropTable() |
java.sql.Connection |
getConnection() |
void |
initialise(java.lang.Object[] objName)
This method can be used to pass additional information to the
implementation.
|
void |
putConnection(java.sql.Connection conn)
Called from the object store when a connection is no longer used.
|
java.lang.String |
tableName() |
static final int URL
static final int TABLE_NAME
static final int DROP_TABLE
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(java.lang.Object[] objName)