Package | Description |
---|---|
org.sqlproc.engine.plugin |
The plugins are used to alter the behavior of the SQL Processor.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSqlPlugins
The SQL Processor plugins standard implementation.
|
Copyright © 2015. All rights reserved.