Package org.sqlproc.engine.validation
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
-
ClassDescriptionThe generic interface definition for the validation context.The general runtime exception class for the SQL Processor engine.The generic interface definition for the validation result.The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements.The factory definition, which can be used to construct the
SqlValidator
instances.