|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.db.biosql.DBHelper
org.biojava.bio.seq.db.biosql.PostgreSQLDBHelper
public class PostgreSQLDBHelper
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.biojava.bio.seq.db.biosql.DBHelper |
---|
DBHelper.BioSequenceStyle, DBHelper.DeleteStyle, DBHelper.JoinStyle |
Field Summary |
---|
Fields inherited from class org.biojava.bio.seq.db.biosql.DBHelper |
---|
BIOSEQUENCE_GENERIC, BIOSEQUENCE_ORACLECLOB, DELETE_GENERIC, DELETE_MYSQL4, DELETE_POSTGRESQL, JOIN_GENERIC, JOIN_ORACLE8 |
Constructor Summary | |
---|---|
PostgreSQLDBHelper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.biojava.bio.seq.db.biosql.DBHelper |
---|
containsTable, getBioSequenceStyle, getDBHelper, getJoinStyle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostgreSQLDBHelper()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |