Package com.exedio.dsmf
Interface StatementListener
-
- All Known Implementing Classes:
DefaultStatementListener
public interface StatementListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterExecute(String statement, int rows)
boolean
beforeExecute(String statement)
-