| 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.addConnectionEventListener(ConnectionEventListener
Registers the given event listener so that it will be notified when an event occurs on this
PooledConnection object.
|
void |
PooledConnection.removeConnectionEventListener(ConnectionEventListener
Removes the given event listener from the list of components that will be notified when an event occurs on this
PooledConnection object.
|