Class MySQLConnectionPoolProvider

    • Constructor Detail

      • MySQLConnectionPoolProvider

        public MySQLConnectionPoolProvider​(String database,
                                           String schema,
                                           String host,
                                           int port,
                                           String driver,
                                           boolean useSSL)
        Sets the defaults for this connection.
        Parameters:
        database -
        schema -
        host -
        port -
        driver -
      • MySQLConnectionPoolProvider

        public MySQLConnectionPoolProvider​(String database,
                                           String schema)
        Another constructor, accepting the standard mysql defaults for driver, host and port.
        Parameters:
        database -
        schema -
      • MySQLConnectionPoolProvider

        public MySQLConnectionPoolProvider​(SQLConnectionImpl sqlConnection)