Uses of Interface
org.sqlproc.engine.SqlControl.SqlExecutionCallback
-
Packages that use SqlControl.SqlExecutionCallback Package Description org.sqlproc.engine The public part of the SQL Processor implementation.org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlControl.SqlExecutionCallback in org.sqlproc.engine
Methods in org.sqlproc.engine that return SqlControl.SqlExecutionCallback Modifier and Type Method Description SqlControl.SqlExecutionCallbackSqlControl. 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.SqlExecutionCallback Modifier and Type Field Description private SqlControl.SqlExecutionCallbackSqlStandardControl. sqlExecutionCallbackThe SQL command execution callback handler.Methods in org.sqlproc.engine.impl that return SqlControl.SqlExecutionCallback Modifier and Type Method Description SqlControl.SqlExecutionCallbackSqlStandardControl. getSqlExecutionCallback()Returns the SQL command execution callback handlerMethods in org.sqlproc.engine.impl with parameters of type SqlControl.SqlExecutionCallback Modifier and Type Method Description SqlStandardControlSqlStandardControl. setSqlExecutionCallback(SqlControl.SqlExecutionCallback sqlExecutionCallback)Sets the SQL command execution callback handler.
-