Uses of Interface
org.sqlproc.engine.plugin.IsTruePlugin

Packages that use IsTruePlugin
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
 class DefaultSqlPlugins
          The SQL Processor plugins standard implementation.
 

Fields in org.sqlproc.engine.plugin declared as IsTruePlugin
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
 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
 void SimpleSqlPluginFactory.setIsTruePlugin(IsTruePlugin isTruePlugin)
          Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
 



Copyright © 2015. All rights reserved.