| 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 SqlProcessingIdPlugin |
SimpleSqlPluginFactory.sqlProcessingIdPlugin
The SQL Processor plugin devoted to the META SQL execution optimization.
|
| Modifier and Type | Method and Description |
|---|---|
SqlProcessingIdPlugin |
SqlPluginFactory.getSqlProcessingIdPlugin()
Returns the SQL Processor plugin devoted to the META SQL execution optimization.
|
SqlProcessingIdPlugin |
SimpleSqlPluginFactory.getSqlProcessingIdPlugin()
Returns the SQL Processor plugin devoted to the META SQL execution optimization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSqlPluginFactory.setSqlProcessingIdPlugin(SqlProcessingIdPlugin sqlProcessingIdPlugin)
Sets the SQL Processor plugin devoted to the META SQL execution optimization
|
Copyright © 2017. All rights reserved.