| 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 SqlExecutionPlugin |
SimpleSqlPluginFactory.sqlExecutionPlugin
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
| Modifier and Type | Method and Description |
|---|---|
SqlExecutionPlugin |
SimpleSqlPluginFactory.getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
SqlExecutionPlugin |
SqlPluginFactory.getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSqlPluginFactory.setSqlExecutionPlugin(SqlExecutionPlugin sqlExecutionPlugin)
Sets the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed
|
Copyright © 2014. All Rights Reserved.