Uses of Interface
org.hsqldb.jdbc.JDBCConnectionEventListener
Packages that use JDBCConnectionEventListener
Package
Description
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
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 JDBCConnectionEventListenerModifierConstructorDescriptionJDBCConnection
(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 JDBCConnectionEventListenerModifier and TypeClassDescriptionclass
An implementations ofPooledConnection
for use by connection pooling software.class
Subclass of JDBCPooledConnection implements the XAConnection interface.