Interface com.ibm.db.StatementBeforeListener
- public abstract interface StatementBeforeListener
- extends EventListener
The event set listener interface for the statementBefore feature.
Method Index
- aboutToClose(DataEvent)
- Invoked before
SelectStatement.close
is executed.
- aboutToExecute(DataEvent)
- Invoked before
Statement.execute
is executed.
Methods
aboutToClose
public void aboutToClose(DataEvent event)
- Invoked before
SelectStatement.close
is executed.
- Parameters:
- event - DataEvent
aboutToExecute
public void aboutToExecute(DataEvent event)
- Invoked before
Statement.execute
is executed.
- Parameters:
- event - DataEvent
