| 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 |
StatementEventListener.statementClosed(StatementEvent
The driver calls this method on all
StatementEventListeners registered on the connection when it detects that a
PreparedStatement is closed.
|
void |
StatementEventListener.statementErrorOccurred(StatementEvent
The driver calls this method on all
StatementEventListeners registered on the connection when it detects that a
PreparedStatement is invalid.
|