Uses of Interface
org.sqlproc.engine.plugin.IsEmptyPlugin
-
Packages that use IsEmptyPlugin Package Description 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 Modifier and Type Class Description classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as IsEmptyPlugin Modifier and Type Field Description private IsEmptyPluginSimpleSqlPluginFactory. isEmptyPluginThe SQL Processor plugin devoted to evaluate the emptiness of the input value.Methods in org.sqlproc.engine.plugin that return IsEmptyPlugin Modifier and Type Method Description IsEmptyPluginSimpleSqlPluginFactory. getIsEmptyPlugin()Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.IsEmptyPluginSqlPluginFactory. 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 Modifier and Type Method Description voidSimpleSqlPluginFactory. setIsEmptyPlugin(IsEmptyPlugin isEmptyPlugin)Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.
-