Package org.sqlproc.engine.validation

The validator is used to validate input values in INSERT or UPDATE statements.

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.
 

Package org.sqlproc.engine.validation Description

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


Copyright © 2015. All rights reserved.