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

Interface com.ibm.db.StatementAfterListener

public interface StatementAfterListener
extends EventListener

The event set listener interface for the statementAfter feature.

Version:
1.0 06/30/98

Method Index

executed(DataEvent)
Invoked after Statement.exeucte has been executed.

Methods

executed
 public abstract void executed(DataEvent event)
Invoked after Statement.exeucte has been executed.

Parameters:
event - DataEvent

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