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

Interface com.ibm.db.StatementBeforeListener

public interface StatementBeforeListener
extends EventListener

The event set listener interface for the statementBefore feature.

Version:
1.0 06/30/98

Method Index

aboutToExecute(DataEvent)
Invoked before Statement.exeucte is executed.

Methods

aboutToExecute
 public abstract void aboutToExecute(DataEvent event)
Invoked before Statement.exeucte is executed.

Parameters:
event - DataEvent

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