|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlValidator | |
---|---|
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. |
Uses of SqlValidator in org.sqlproc.engine |
---|
Fields in org.sqlproc.engine declared as SqlValidator | |
---|---|
protected SqlValidator |
SqlEngine.validator
The injected validator. |
Methods in org.sqlproc.engine with parameters of type SqlValidator | |
---|---|
void |
SqlEngine.setValidator(SqlValidator validator)
Injects a validator. |
Uses of SqlValidator in org.sqlproc.engine.impl |
---|
Methods in org.sqlproc.engine.impl with parameters of type SqlValidator | |
---|---|
void |
SqlProcessResult.validate(SqlValidator validator)
Validates the processed input attributes and their values. |
Uses of SqlValidator in org.sqlproc.engine.validation |
---|
Methods in org.sqlproc.engine.validation that return SqlValidator | |
---|---|
SqlValidator |
SqlValidatorFactory.getSqlValidator()
The main contract of this factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |