| Package | Description |
|---|---|
| org.sqlproc.engine.plugin |
The plugins are used to alter the behavior of the SQL Processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSqlPlugins
The SQL Processor plugins standard implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlIdentityPlugin |
SimpleSqlPluginFactory.sqlIdentityPlugin
The SQL Processor plugin devoted to the identity SELECT SQL construction.
|
| Modifier and Type | Method and Description |
|---|---|
SqlIdentityPlugin |
SimpleSqlPluginFactory.getSqlIdentityPlugin()
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
|
SqlIdentityPlugin |
SqlPluginFactory.getSqlIdentityPlugin()
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSqlPluginFactory.setSqlIdentityPlugin(SqlIdentityPlugin sqlIdentityPlugin)
Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.
|
Copyright © 2018. All rights reserved.