Package overit.geocall.sql
Interface DBStatementObserver
public interface DBStatementObserver
Interface that must be implemented by the objects that want to notify the operating phases of a
DBStatement-
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies the instantiation of a newDBStatementvoidNotifies the release of theDBStatement
-
Method Details
-
onStatementCreated
Notifies the instantiation of a newDBStatement- Parameters:
dbs-DBStatementready to execute SQL commands
-
onStatementReleased
Notifies the release of theDBStatement- Parameters:
dbs-DBStatementreleased and not more usable
-