Package com.exedio.dsmf
Interface StatementListener
- All Known Implementing Classes:
DefaultStatementListener
public interface StatementListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterExecute
(String statement, int rows) boolean
beforeExecute
(String statement)
-
Method Details
-
beforeExecute
- Returns:
- true, if the statement is really to be executed false, if this is just a dry run
-
afterExecute
-