Where Am I? Class Hierarchy All Classes All Fields and Methods

Interface com.ibm.db.StatementAfterListener

public abstract interface StatementAfterListener
extends EventListener

The event set listener interface for the statementAfter feature.


Method Index

closed(DataEvent)
Invoked after SelectStatement.close is executed.
executed(DataEvent)
Invoked after Statement.execute has been executed.

Methods

closed
 public void closed(DataEvent event) 
Invoked after SelectStatement.close is executed.

Parameters:
event - DataEvent
executed
 public void executed(DataEvent event) 
Invoked after Statement.execute has been executed.

Parameters:
event - DataEvent

Where Am I? Class Hierarchy All Classes All Fields and Methods