Package org.sqlproc.engine.validation
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
.
- Author:
- Vladimir Hudec
-
Interface Summary Interface Description 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 theSqlValidator
instances. -
Exception Summary Exception Description SqlValidationException The general runtime exception class for the SQL Processor engine.