Class DBHelper

java.lang.Object
org.biojava.bio.seq.db.biosql.DBHelper
Direct Known Subclasses:
HypersonicDBHelper, MySQLDBHelper, OracleDBHelper, PostgreSQLDBHelper, UnknownDBHelper

public abstract class DBHelper extends Object
Deprecated.
Use hibernate and org.biojavax.bio.db.*
Isolates all code that is specific to a particular RDBMS. To add support for a new RDBMS, write a new DBHelper subclass and ensure that it can be found by editing the getDBHelperForURL method in this class.
Author:
Thomas Down, Matthew Pocock, Len Trigg, Eric Haugen, Richard Holland