|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SqlValidationContext<T> | The generic interface definition for the validation context. |
SqlValidationResult<T> | The generic interface definition for the validation result. |
SqlValidator | The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements. |
SqlValidatorFactory | The factory definition, which can be used to construct the SqlValidator instances. |
Exception Summary | |
---|---|
SqlValidationException | The general runtime exception class for the SQL Processor engine. |
The validator is used to validate input values in INSERT or UPDATE statements. To prevent the SQL Processor dependency on some specific validator library, the set of interfaces in this package are very general ones.
For more information please see SqlValidator
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |