| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| org.sqlproc.engine.jdbc |
The adapters and proxies for the JDBC stack.
|
| org.sqlproc.engine.plugin |
The plugins are used to alter the behavior of the SQL Processor.
|
| Class and Description |
|---|
| BeanUtilsPlugin.GetterType
Holder for the getter types (standard and generic ones).
|
| SqlPluginFactory
The factory definition, which can be used to construct the SQL Processor plugins instances.
|
| Class and Description |
|---|
| BeanUtilsPlugin.GetterType
Holder for the getter types (standard and generic ones).
|
| SqlPluginFactory
The factory definition, which can be used to construct the SQL Processor plugins instances.
|
| Class and Description |
|---|
| SqlFromToPlugin.LimitType
The characteristic of FROM and TO restrictions used in
SqlQuery.list(SqlRuntimeContext). |
| Class and Description |
|---|
| BeanUtilsPlugin
Bean utilities API for the SQL Processor.
|
| BeanUtilsPlugin.GetterType
Holder for the getter types (standard and generic ones).
|
| DefaultBeanUtilsPlugin
Standard bean utilities implementation.
|
| DefaultSqlPlugins
The SQL Processor plugins standard implementation.
|
| IsEmptyPlugin
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
| IsTruePlugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
| Modifiers
The modifiers are used as the supplement values in the processing of the META SQL statements.
|
| SimpleSqlPluginFactory
The simple implementation of the
SqlPluginFactory. |
| SqlCountPlugin
The SQL Processor plugin devoted to the COUNT SQL construction.
|
| SqlExecutionPlugin
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
| SqlFromToPlugin
The SQL Processor plugin devoted to the FROM-TO SQL construction.
|
| SqlFromToPlugin.LimitType
The characteristic of FROM and TO restrictions used in
SqlQuery.list(SqlRuntimeContext). |
| SqlIdentityPlugin
The SQL Processor plugin devoted to the identity or sequence SELECT SQL construction.
|
| SqlPluginFactory
The factory definition, which can be used to construct the SQL Processor plugins instances.
|
| SqlProcessingIdPlugin
The SQL Processor plugin devoted to the META SQL execution optimization.
|
| SqlSequencePlugin
The SQL Processor plugin devoted to the sequence SELECT SQL construction.
|
Copyright © 2016. All rights reserved.