Interface JdbcConnection.ConnectionFactory

    • Method Detail

      • connect

        Connection connect​(JdbcConfiguration config)
                    throws SQLException
        Establish a connection to the database denoted by the given configuration.
        Parameters:
        config - the configuration with JDBC connection information
        Returns:
        the JDBC connection; may not be null
        Throws:
        SQLException - if there is an error connecting to the database