| 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 IsEmptyPlugin |
SimpleSqlPluginFactory.isEmptyPlugin
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
| Modifier and Type | Method and Description |
|---|---|
IsEmptyPlugin |
SimpleSqlPluginFactory.getIsEmptyPlugin()
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
IsEmptyPlugin |
SqlPluginFactory.getIsEmptyPlugin()
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSqlPluginFactory.setIsEmptyPlugin(IsEmptyPlugin isEmptyPlugin)
Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
Copyright © 2016. All rights reserved.