public class MySQLDBHelper extends DBHelper
DBHelper that provides support for MySQL
 databases.DBHelper.BioSequenceStyle, DBHelper.DeleteStyle, DBHelper.JoinStyleBIOSEQUENCE_GENERIC, BIOSEQUENCE_ORACLECLOB, DELETE_GENERIC, DELETE_MYSQL4, DELETE_POSTGRESQL, JOIN_GENERIC, JOIN_ORACLE8| Constructor and Description | 
|---|
| MySQLDBHelper(Connection connection)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| DBHelper.DeleteStyle | getDeleteStyle()Deprecated.  Returns the an object indicating the style of deletion that
 this database should employ. | 
| int | getInsertID(Connection conn,
                      String table,
                      String columnName)Deprecated.  Returns the id value created during the last insert
 command. | 
containsTable, getBioSequenceStyle, getDBHelper, getJoinStylepublic MySQLDBHelper(Connection connection)
public int getInsertID(Connection conn, String table, String columnName) throws SQLException
DBHelpergetInsertID in class DBHelperSQLExceptionpublic DBHelper.DeleteStyle getDeleteStyle()
DBHelpergetDeleteStyle in class DBHelperCopyright © 2014 BioJava. All rights reserved.