| 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.
|
| Class and 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 the
SqlValidator instances. |
| Class and 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.
|
| Class and 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.
|
Copyright © 2016. All rights reserved.