public class HypersonicDBHelper extends DBHelper
DBHelper that provides support for the
Hypersonic RDBMS. See the HSQLDB home pageDBHelper.BioSequenceStyle, DBHelper.DeleteStyle, DBHelper.JoinStyleBIOSEQUENCE_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, getJoinStylepublic HypersonicDBHelper()
public int getInsertID(Connection conn, String table, String columnName) throws SQLException
DBHelpergetInsertID in class DBHelperSQLExceptionpublic boolean containsTable(DataSource ds, String tablename)
DBHelpercontainsTable in class DBHelperds - a DataSource that can provide a connection to a databasetablename - the name of the table.Copyright © 2020 BioJava. All rights reserved.