Class HypersonicDBHelper


  • public class HypersonicDBHelper
    extends DBHelper
    Deprecated.
    Use hibernate and org.biojavax.bio.db.*
    This is a DBHelper that provides support for the Hypersonic RDBMS. See the HSQLDB home page
    Author:
    Len Trigg, Richard Holland
    • Method Detail

      • containsTable

        public boolean containsTable​(DataSource ds,
                                     String tablename)
        Deprecated.
        Description copied from class: DBHelper
        Detects whether a particular table is present in the database.
        Overrides:
        containsTable in class DBHelper
        Parameters:
        ds - a DataSource that can provide a connection to a database
        tablename - the name of the table.
        Returns:
        true if the table exists in the database.