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

Interface com.ibm.db.StatementResultBeforeListener

public abstract interface StatementResultBeforeListener
extends EventListener

The event set listener interface for the statementResultBefore feature.


Method Index

aboutToAddNewRow(DataEvent)
Invoked before StatementResult.newRow is executed.
aboutToClose(DataEvent)
Invoked before SelectResult.close or StatementResult.closeResult is executed.
aboutToDeleteRow(DataEvent)
Invoked before StatementResult.deleteRow is executed.
aboutToUpdateRow(DataEvent)
Invoked before StatementResult.updateRow is executed.

Methods

aboutToAddNewRow
 public void aboutToAddNewRow(DataEvent event) 
Invoked before StatementResult.newRow is executed.

Parameters:
event - DataEvent
aboutToClose
 public void aboutToClose(DataEvent event) 
Invoked before SelectResult.close or StatementResult.closeResult is executed.

Parameters:
event - DataEvent
aboutToDeleteRow
 public void aboutToDeleteRow(DataEvent event) 
Invoked before StatementResult.deleteRow is executed.

Parameters:
event - DataEvent
aboutToUpdateRow
 public void aboutToUpdateRow(DataEvent event) 
Invoked before StatementResult.updateRow is executed.

Parameters:
event - DataEvent

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