Uses of Package
org.sqlproc.engine.validation
-
Packages that use org.sqlproc.engine.validation Package Description org.sqlproc.engine The public part of the SQL Processor implementation.org.sqlproc.engine.impl The private part of the SQL Processor implementation.org.sqlproc.engine.validation The validator is used to validate input values in INSERT or UPDATE statements. -
Classes in org.sqlproc.engine.validation used by org.sqlproc.engine Class Description SqlValidationException The general runtime exception class for the SQL Processor engine.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. -
Classes in org.sqlproc.engine.validation used by org.sqlproc.engine.impl Class Description SqlValidationException The general runtime exception class for the SQL Processor engine.SqlValidator The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements. -
Classes in org.sqlproc.engine.validation used by org.sqlproc.engine.validation Class Description SqlValidationContext The generic interface definition for the validation context.SqlValidationResult 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.