API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. StatementEventListener View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 EventListener
      StatementEventListener
Subinterfaces
Description
public interface StatementEventListener
  An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.
See also:   
Methods
Hide/Show inherited methods
public void statementClosed (StatementEvent event)
  The driver calls this method on all StatementEventListeners registered on the connection when it detects that a PreparedStatement is closed.
public void statementErrorOccurred (StatementEvent event)
  The driver calls this method on all StatementEventListeners registered on the connection when it detects that a PreparedStatement is invalid.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar