Uses of Class
org.biojava.bio.seq.db.biosql.DBHelper.JoinStyle

Packages that use DBHelper.JoinStyle
org.biojava.bio.seq.db.biosql General purpose Sequence storage in a relational database. 
 

Uses of DBHelper.JoinStyle in org.biojava.bio.seq.db.biosql
 

Fields in org.biojava.bio.seq.db.biosql declared as DBHelper.JoinStyle
static DBHelper.JoinStyle DBHelper.JOIN_GENERIC
          Deprecated.  
static DBHelper.JoinStyle DBHelper.JOIN_ORACLE8
          Deprecated.  
 

Methods in org.biojava.bio.seq.db.biosql that return DBHelper.JoinStyle
 DBHelper.JoinStyle DBHelper.getJoinStyle()
          Deprecated. Returns the an object indicating the style of table joining that this database should employ.
 DBHelper.JoinStyle OracleDBHelper.getJoinStyle()
          Deprecated.