Uses of Interface
org.sqlproc.engine.plugin.IsEmptyPlugin
Packages that use IsEmptyPlugin
Package
Description
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 IsEmptyPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as IsEmptyPluginModifier and TypeFieldDescriptionprivate IsEmptyPluginSimpleSqlPluginFactory.isEmptyPluginThe SQL Processor plugin devoted to evaluate the emptiness of the input value.Methods in org.sqlproc.engine.plugin that return IsEmptyPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getIsEmptyPlugin()Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.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 IsEmptyPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setIsEmptyPlugin(IsEmptyPlugin isEmptyPlugin) Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.