Class MySQLAccess

  • All Implemented Interfaces:
    SQLAccess

    public class MySQLAccess
    extends Object
    implements SQLAccess
    MYSQL specific wrapper.
    Author:
    Christian
    • Constructor Detail

      • MySQLAccess

        public MySQLAccess​(String dbUrl,
                           String username,
                           String password)
                    throws BridgeDBException
        Instantiate a connection to the database
        Parameters:
        dbUrl - - URL of the database
        username - - username
        password - - password
        Throws:
        BridgeDBException - - if there is a problem connecting to the database.