|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlValidationResult | |
|---|---|
| org.sqlproc.engine.validation | The validator is used to validate input values in INSERT or UPDATE statements. |
| Uses of SqlValidationResult in org.sqlproc.engine.validation |
|---|
| Fields in org.sqlproc.engine.validation declared as SqlValidationResult | |
|---|---|
private SqlValidationResult<?> |
SqlValidationException.result
The result of the validation. |
| Methods in org.sqlproc.engine.validation that return SqlValidationResult | ||
|---|---|---|
|
SqlValidator.finish(SqlValidationContext<T> context)
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine. |
|
|
SqlValidationException.getResult()
Returns the validation result. |
|
| Constructors in org.sqlproc.engine.validation with parameters of type SqlValidationResult | |
|---|---|
SqlValidationException(SqlValidationResult<T> result)
Creates a new instance of the exception. |
|
SqlValidationException(String message,
SqlValidationResult<T> result)
Creates a new instance of the exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||