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(DataSource ds,
String tablename)
Deprecated.
Detects whether a particular table is present in the database.
|
int |
getInsertID(Connection conn,
String table,
String columnName)
Deprecated.
Returns the id value created during the last insert
command.
|
getBioSequenceStyle, getDBHelper, getDeleteStyle, getJoinStyle
public HypersonicDBHelper()
public int getInsertID(Connection conn, String table, String columnName) throws SQLException
DBHelper
getInsertID
in class DBHelper
SQLException
public boolean containsTable(DataSource ds, String tablename)
DBHelper
containsTable
in class DBHelper
ds
- a DataSource
that can provide a connection to a databasetablename
- the name of the table.Copyright © 2014 BioJava. All rights reserved.