| Package | Description |
|---|---|
| org.sqlproc.engine.validation |
The validator is used to validate input values in INSERT or UPDATE statements.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlValidationResult<?> |
SqlValidationException.result
The result of the validation.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SqlValidationResult<?> |
SqlValidator.finish(SqlValidationContext<T> context)
The SqlValidator visitor method called from inside the main execution methods in
SqlCrudEngine. |
<T> SqlValidationResult<T> |
SqlValidationException.getResult()
Returns the validation result.
|
| Constructor and Description |
|---|
SqlValidationException(SqlValidationResult<T> result)
Creates a new instance of the exception.
|
SqlValidationException(String message,
SqlValidationResult<T> result)
Creates a new instance of the exception.
|
Copyright © 2018. All rights reserved.