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

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

Uses of Modifiers in org.sqlproc.engine.plugin
 

Subinterfaces of Modifiers in org.sqlproc.engine.plugin
 interface IsEmptyPlugin
          The SQL Processor plugin devoted to evaluate the emptiness of the input value.
 interface IsTruePlugin
          The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
 interface SqlCountPlugin
          The SQL Processor plugin devoted to the COUNT SQL construction.
 interface SqlExecutionPlugin
          The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
 interface SqlFromToPlugin
          The SQL Processor plugin devoted to the FROM-TO SQL construction.
 interface SqlIdentityPlugin
          The SQL Processor plugin devoted to the identity or sequence SELECT SQL construction.
 interface SqlSequencePlugin
          The SQL Processor plugin devoted to the sequence SELECT SQL construction.
 

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



Copyright © 2015. All rights reserved.