See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| SqlValidationException |
The general runtime exception class for the SQL Processor engine.
|
For more information please see SqlValidator.
Copyright © 2018. All rights reserved.