Package weka.gui.sql

Class DbUtils

    • Constructor Detail

      • DbUtils

        public DbUtils()
                throws java.lang.Exception
        initializes the object.
        Throws:
        java.lang.Exception - in case something goes wrong in the init of the DatabaseUtils constructor
        See Also:
        DatabaseUtils
    • Method Detail

      • getConnection

        public java.sql.Connection getConnection()
        returns the current database connection.
        Returns:
        the current connection instance