Class NewPooledConnection

  • All Implemented Interfaces:
    com.mchange.v1.util.ClosableResource, javax.sql.PooledConnection

    public final class NewPooledConnection
    extends java.lang.Object
    • Constructor Detail

      • NewPooledConnection

        public NewPooledConnection​(java.sql.Connection con,
                                   ConnectionTester connectionTester,
                                   int connectionIsValidTimeout,
                                   boolean autoCommitOnClose,
                                   boolean forceIgnoreUnresolvedTransactions,
                                   java.lang.String preferredTestQuery,
                                   ConnectionCustomizer cc,
                                   java.lang.String pdsIdt)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • getConnection

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

        public int getConnectionStatus()
      • closeAll

        public void closeAll()
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

        public void close()
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • addConnectionEventListener

        public void addConnectionEventListener​(javax.sql.ConnectionEventListener cel)
      • removeConnectionEventListener

        public void removeConnectionEventListener​(javax.sql.ConnectionEventListener cel)
      • printConnectionListeners

        public void printConnectionListeners()
      • addStatementEventListener

        public void addStatementEventListener​(javax.sql.StatementEventListener sel)
      • removeStatementEventListener

        public void removeStatementEventListener​(javax.sql.StatementEventListener sel)
      • printStatementListeners

        public void printStatementListeners()