Interface ConnectionProvider

    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws java.sql.SQLException
        Returns:
        connection managed by this provider
        Throws:
        java.sql.SQLException
      • shutdown

        void shutdown()
               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • initialize

        void initialize()
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException