Uses of Interface
overit.geocall.sql.DBStatementObserver
Packages that use DBStatementObserver
-
Uses of DBStatementObserver in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da with parameters of type DBStatementObserverModifier and TypeMethodDescriptionintDAUsers.command(int commandId, HashGetter filter, HashGetter values, PooledConnection conn, DBStatementObserver observer) -
Uses of DBStatementObserver in overit.geocall.da
Fields in overit.geocall.da declared as DBStatementObserverMethods in overit.geocall.da that return DBStatementObserverModifier and TypeMethodDescriptionCommandContext.getStatementObserver()Returns theDBStatementObserverused by the context to notify the operating phases of theDBStatementMethods in overit.geocall.da with parameters of type DBStatementObserverModifier and TypeMethodDescriptionintDABase.command(int commandId, HashGetter filter, HashGetter values, PooledConnection conn, DBStatementObserver observer) Executes a command.DABase.query(int queryid, HashGetter values, int maxrows, int skiprows, PooledConnection conn, DBStatementObserver observer) Executes a query.voidCommandContext.setStatementObserver(DBStatementObserver dbso) Sets theDBStatementObserverused by the context to notify the operating phases of theDBStatement -
Uses of DBStatementObserver in overit.geocall.sql.batch
Methods in overit.geocall.sql.batch that return types with arguments of type DBStatementObserverModifier and TypeMethodDescriptionBatch.getStatementObserver()Returns anOptional<DBStatementObserver> about a possible statement observer that must be notified about the operating phases of aDBStatement.Methods in overit.geocall.sql.batch with parameters of type DBStatementObserverModifier and TypeMethodDescriptionBatchBuilder.statementObserver(@NotNull DBStatementObserver statementObserver) Sets the providedDBStatementObserver.BatchBuilderImpl.statementObserver(@NotNull DBStatementObserver statementObserver)