| Package | Description |
|---|---|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PooledConnection.addStatementEventListener(StatementEventListener
Registers a
StatementEventListener with this
PooledConnection object.
|
void |
PooledConnection.removeStatementEventListener(StatementEventListener
Removes the specified
StatementEventListener from the list of components that will be notified when the driver detects that a
PreparedStatement has been closed or is invalid.
|