Class AdvancedJdbcPooledConnection

    • Constructor Detail

      • AdvancedJdbcPooledConnection

        public AdvancedJdbcPooledConnection()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object ajpc)
        Description copied from class: DatabaseConnection

        Force implementations to over-ride equals with a semantic implementation.

        Specified by:
        equals in class DatabaseConnection
        See Also:
        Object.equals(java.lang.Object)
      • getConnectionPoolProperties

        public KeyValuePairSet getConnectionPoolProperties()
      • setConnectionPoolProperties

        public void setConnectionPoolProperties​(KeyValuePairSet kvps)
      • currentBusyConnectionCount

        public int currentBusyConnectionCount()
                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • currentConnectionCount

        public int currentConnectionCount()
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • currentIdleConnectionCount

        public int currentIdleConnectionCount()
                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException