| 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 IsTruePlugin |
SimpleSqlPluginFactory.isTruePlugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
| Modifier and Type | Method and Description |
|---|---|
IsTruePlugin |
SqlPluginFactory.getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
IsTruePlugin |
SimpleSqlPluginFactory.getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSqlPluginFactory.setIsTruePlugin(IsTruePlugin isTruePlugin)
Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
Copyright © 2016. All rights reserved.