Uses of Interface
org.sqlproc.engine.plugin.IsTruePlugin
-
Packages that use IsTruePlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of IsTruePlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement IsTruePlugin Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as IsTruePlugin Modifier and Type Field Description private IsTruePlugin
SimpleSqlPluginFactory. isTruePlugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.Methods in org.sqlproc.engine.plugin that return IsTruePlugin Modifier and Type Method Description IsTruePlugin
SimpleSqlPluginFactory. getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.IsTruePlugin
SqlPluginFactory. getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.Methods in org.sqlproc.engine.plugin with parameters of type IsTruePlugin Modifier and Type Method Description void
SimpleSqlPluginFactory. setIsTruePlugin(IsTruePlugin isTruePlugin)
Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
-