Uses of Interface
org.sqlproc.engine.plugin.IsTruePlugin
Packages that use IsTruePlugin
Package
Description
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 IsTruePluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as IsTruePluginModifier and TypeFieldDescriptionprivate IsTruePluginSimpleSqlPluginFactory.isTruePluginThe SQL Processor plugin devoted to evaluate the boolean value of the logical expression.Methods in org.sqlproc.engine.plugin that return IsTruePluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getIsTruePlugin()Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.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 IsTruePluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setIsTruePlugin(IsTruePlugin isTruePlugin) Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.