Uses of Class
javax.sql.StatementEvent
Package
Description
Provides the API for server side data source access and processing from
the Java programming language.
-
Uses of StatementEvent in javax.sql
Modifier and TypeMethodDescriptionvoid
StatementEventListener.statementClosed
(StatementEvent event) The driver calls this method on allStatementEventListener
s registered on the connection when it detects that aPreparedStatement
is closed.void
StatementEventListener.statementErrorOccurred
(StatementEvent event) The driver calls this method on allStatementEventListener
s registered on the connection when it detects that aPreparedStatement
is invalid.