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

Packages that use IsEmptyPlugin
org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. 
 

Uses of IsEmptyPlugin in org.sqlproc.engine.plugin
 

Classes in org.sqlproc.engine.plugin that implement IsEmptyPlugin
 class DefaultSqlPlugins
          The SQL Processor plugins standard implementation.
 

Fields in org.sqlproc.engine.plugin declared as IsEmptyPlugin
private  IsEmptyPlugin SimpleSqlPluginFactory.isEmptyPlugin
          The SQL Processor plugin devoted to evaluate the emptiness of the input value.
 

Methods in org.sqlproc.engine.plugin that return IsEmptyPlugin
 IsEmptyPlugin SimpleSqlPluginFactory.getIsEmptyPlugin()
          Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
 IsEmptyPlugin SqlPluginFactory.getIsEmptyPlugin()
          Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
 

Methods in org.sqlproc.engine.plugin with parameters of type IsEmptyPlugin
 void SimpleSqlPluginFactory.setIsEmptyPlugin(IsEmptyPlugin isEmptyPlugin)
          Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.
 



Copyright © 2014. All Rights Reserved.