public class HypersonicDBHelper extends DBHelper
DBHelper
that provides support for the
Hypersonic RDBMS. See the HSQLDB home pageDBHelper.BioSequenceStyle, DBHelper.DeleteStyle, DBHelper.JoinStyle
BIOSEQUENCE_GENERIC, BIOSEQUENCE_ORACLECLOB, DELETE_GENERIC, DELETE_MYSQL4, DELETE_POSTGRESQL, JOIN_GENERIC, JOIN_ORACLE8
Constructor and Description |
---|
HypersonicDBHelper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsTable(javax.sql.DataSource ds,
java.lang.String tablename)
Deprecated.
Detects whether a particular table is present in the database.
|
int |
getInsertID(java.sql.Connection conn,
java.lang.String table,
java.lang.String columnName)
Deprecated.
Returns the id value created during the last insert
command.
|
getBioSequenceStyle, getDBHelper, getDeleteStyle, getJoinStyle
public int getInsertID(java.sql.Connection conn, java.lang.String table, java.lang.String columnName) throws java.sql.SQLException
DBHelper
getInsertID
in class DBHelper
java.sql.SQLException
public boolean containsTable(javax.sql.DataSource ds, java.lang.String tablename)
DBHelper
containsTable
in class DBHelper
ds
- a DataSource
that can provide a connection to a databasetablename
- the name of the table.