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.SqlExecutionCallback
SqlControl. 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.SqlExecutionCallback
SqlStandardControl. sqlExecutionCallback
The SQL command execution callback handler.Methods in org.sqlproc.engine.impl that return SqlControl.SqlExecutionCallback Modifier and Type Method Description SqlControl.SqlExecutionCallback
SqlStandardControl. getSqlExecutionCallback()
Returns the SQL command execution callback handlerMethods in org.sqlproc.engine.impl with parameters of type SqlControl.SqlExecutionCallback Modifier and Type Method Description SqlStandardControl
SqlStandardControl. setSqlExecutionCallback(SqlControl.SqlExecutionCallback sqlExecutionCallback)
Sets the SQL command execution callback handler.
-