Uses of Interface
org.sqlproc.engine.SqlControl.LowLevelSqlCallback
-
Packages that use SqlControl.LowLevelSqlCallback 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.LowLevelSqlCallback in org.sqlproc.engine
Methods in org.sqlproc.engine that return SqlControl.LowLevelSqlCallback Modifier and Type Method Description SqlControl.LowLevelSqlCallback
SqlControl. getLowLevelSqlCallback()
Returns the low level SQL callback handler -
Uses of SqlControl.LowLevelSqlCallback in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlControl.LowLevelSqlCallback Modifier and Type Field Description private SqlControl.LowLevelSqlCallback
SqlStandardControl. lowLevelSqlCallback
The low level SQL callback handler.Methods in org.sqlproc.engine.impl that return SqlControl.LowLevelSqlCallback Modifier and Type Method Description SqlControl.LowLevelSqlCallback
SqlStandardControl. getLowLevelSqlCallback()
Returns the low level SQL callback handlerMethods in org.sqlproc.engine.impl with parameters of type SqlControl.LowLevelSqlCallback Modifier and Type Method Description SqlStandardControl
SqlStandardControl. setLowLevelSqlCallback(SqlControl.LowLevelSqlCallback lowLevelSqlCallback)
Sets the low level SQL callback handler.
-