Uses of Interface
org.sqlproc.engine.SqlControl.SqlExecutionCallback
Packages that use SqlControl.SqlExecutionCallback
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
-
Uses of SqlControl.SqlExecutionCallback in org.sqlproc.engine
Methods in org.sqlproc.engine that return SqlControl.SqlExecutionCallbackModifier and TypeMethodDescriptionSqlControl.getSqlExecutionCallback()Returns the SQL command execution callback handler -
Uses of SqlControl.SqlExecutionCallback in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlControl.SqlExecutionCallbackModifier and TypeFieldDescriptionprivate SqlControl.SqlExecutionCallbackSqlStandardControl.sqlExecutionCallbackThe SQL command execution callback handler.Methods in org.sqlproc.engine.impl that return SqlControl.SqlExecutionCallbackModifier and TypeMethodDescriptionSqlStandardControl.getSqlExecutionCallback()Returns the SQL command execution callback handlerMethods in org.sqlproc.engine.impl with parameters of type SqlControl.SqlExecutionCallbackModifier and TypeMethodDescriptionSqlStandardControl.setSqlExecutionCallback(SqlControl.SqlExecutionCallback sqlExecutionCallback) Sets the SQL command execution callback handler.