Interface ConnectionProvider


  • public interface ConnectionProvider
    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

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