Uses of Interface
org.sqlproc.engine.SqlControl.LowLevelSqlCallback
Packages that use SqlControl.LowLevelSqlCallback
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
-
Uses of SqlControl.LowLevelSqlCallback in org.sqlproc.engine
Methods in org.sqlproc.engine that return SqlControl.LowLevelSqlCallbackModifier and TypeMethodDescriptionSqlControl.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.LowLevelSqlCallbackModifier and TypeFieldDescriptionprivate SqlControl.LowLevelSqlCallbackSqlStandardControl.lowLevelSqlCallbackThe low level SQL callback handler.Methods in org.sqlproc.engine.impl that return SqlControl.LowLevelSqlCallbackModifier and TypeMethodDescriptionSqlStandardControl.getLowLevelSqlCallback()Returns the low level SQL callback handlerMethods in org.sqlproc.engine.impl with parameters of type SqlControl.LowLevelSqlCallbackModifier and TypeMethodDescriptionSqlStandardControl.setLowLevelSqlCallback(SqlControl.LowLevelSqlCallback lowLevelSqlCallback) Sets the low level SQL callback handler.