public class PostgreSQLDBHelper extends DBHelper
DBHelper.BioSequenceStyle, DBHelper.DeleteStyle, DBHelper.JoinStyle
BIOSEQUENCE_GENERIC, BIOSEQUENCE_ORACLECLOB, DELETE_GENERIC, DELETE_MYSQL4, DELETE_POSTGRESQL, JOIN_GENERIC, JOIN_ORACLE8
Constructor and Description |
---|
PostgreSQLDBHelper() |
Modifier and Type | Method and Description |
---|---|
DBHelper.DeleteStyle |
getDeleteStyle()
Returns the an object indicating the style of deletion that
this database should employ.
|
int |
getInsertID(java.sql.Connection conn,
java.lang.String table,
java.lang.String columnName)
Returns the id value created during the last insert
command.
|
containsTable, getBioSequenceStyle, getDBHelper, 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 DBHelper.DeleteStyle getDeleteStyle()
DBHelper
getDeleteStyle
in class DBHelper