Interface symantec.itools.db.beans.jdbc.event.SQLAdapterEventListener
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.jdbc.event.SQLAdapterEventListener
- public interface SQLAdapterEventListener
- extends EventListener
- Version:
- 1.0 09/09/98
- Author:
- Hristo Tonev
-
afterExecute(SQLAdapterEvent)
- This method will be fired after the SQLAdapted execute() method is called.
-
beforeExecute(SQLAdapterEvent)
- This method will be fired before the SQLAdapted execute() method is called.
afterExecute
public abstract void afterExecute(SQLAdapterEvent evt)
- This method will be fired after the SQLAdapted execute() method is called.
- See Also:
- SQLAdapterEvent, getType, isResultSetCreated
beforeExecute
public abstract void beforeExecute(SQLAdapterEvent evt)
- This method will be fired before the SQLAdapted execute() method is called.
- See Also:
- SQLAdapterEvent, getType, isResultSetCreated
All Packages Class Hierarchy This Package Previous Next Index