| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| org.sqlproc.engine.validation |
The validator is used to validate input values in INSERT or UPDATE statements.
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlValidator |
SqlEngine.validator
The injected validator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlEngine.setValidator(SqlValidator validator)
Injects a validator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlProcessResult.validate(SqlValidator validator)
Validates the processed input attributes and their values.
|
| Modifier and Type | Method and Description |
|---|---|
SqlValidator |
SqlValidatorFactory.getSqlValidator()
The main contract of this factory.
|
Copyright © 2014. All Rights Reserved.