Uses of Package
org.sqlproc.engine.validation

Packages that use org.sqlproc.engine.validation
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
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 the SqlValidator instances.
 

Classes in org.sqlproc.engine.validation used by org.sqlproc.engine.impl
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
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.
 



Copyright © 2014. All rights reserved.