Uses of Interface
javax.sql.StatementEventListener
| Package | Description | 
|---|---|
| javax.sql | Provides the API for server side data source access and processing from
 the Java™ programming language. | 
- 
Uses of StatementEventListener in javax.sqlMethods in javax.sql with parameters of type StatementEventListener Modifier and Type Method Description voidPooledConnection. addStatementEventListener(StatementEventListener listener)Registers aStatementEventListenerwith thisPooledConnectionobject.voidPooledConnection. removeStatementEventListener(StatementEventListener listener)Removes the specifiedStatementEventListenerfrom the list of components that will be notified when the driver detects that aPreparedStatementhas been closed or is invalid.