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 classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as IsTruePlugin Modifier and Type Field Description private IsTruePluginSimpleSqlPluginFactory. isTruePluginThe 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 IsTruePluginSimpleSqlPluginFactory. getIsTruePlugin()Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.IsTruePluginSqlPluginFactory. 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 voidSimpleSqlPluginFactory. setIsTruePlugin(IsTruePlugin isTruePlugin)Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
-