Class StaticConnectionProvider

    • Constructor Detail

      • StaticConnectionProvider

        public StaticConnectionProvider​(Connection connection)
    • Method Detail

      • createConnection

        public Connection createConnection​(String user,
                                           String password)
                                    throws SQLException
        Although named getConnection() this method should always return a new connection when being queried or should wrap the connection in a way so that calls to "close()" on that connection do not prevent subsequent calls to this method to fail.
        Specified by:
        createConnection in interface ConnectionProvider
        Parameters:
        user - the user name.
        password - the password.
        Returns:
        Throws:
        SQLException