Uses of Interface
org.hsqldb.jdbc.JDBCConnectionEventListener

Packages that use JDBCConnectionEventListener
org.hsqldb.jdbc Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support. 
org.hsqldb.jdbc.pool   
 

Uses of JDBCConnectionEventListener in org.hsqldb.jdbc
 

Constructors in org.hsqldb.jdbc with parameters of type JDBCConnectionEventListener
JDBCConnection(JDBCConnection c, JDBCConnectionEventListener eventListener)
          Constructor for use with connection pooling and XA.
 

Uses of JDBCConnectionEventListener in org.hsqldb.jdbc.pool
 

Classes in org.hsqldb.jdbc.pool that implement JDBCConnectionEventListener
 class JDBCPooledConnection
          An implementations of PooledConnection for use by connection pooling software.
 class JDBCXAConnection
          Subclass of JDBCPooledConnection implements the XAConnection interface.
 



Copyright © 2001 - 2017 HSQL Development Group.