Uses of Interface
org.hsqldb.jdbc.JDBCConnectionEventListener
-
Packages that use JDBCConnectionEventListener Package Description org.hsqldb.jdbc Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support.org.hsqldb.jdbc.pool Contains classes for connection pooling and distributed XA connections. -
-
Uses of JDBCConnectionEventListener in org.hsqldb.jdbc
Constructors in org.hsqldb.jdbc with parameters of type JDBCConnectionEventListener Constructor Description 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 Modifier and Type Class Description class
JDBCPooledConnection
An implementations ofPooledConnection
for use by connection pooling software.class
JDBCXAConnection
Subclass of JDBCPooledConnection implements the XAConnection interface.
-