Uses of Interface
org.sqlproc.engine.validation.SqlValidator
Packages that use SqlValidator
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
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 SqlValidatorModifier and TypeFieldDescriptionprotected SqlValidatorSqlEngine.validatorThe injected validator.Methods in org.sqlproc.engine with parameters of type SqlValidatorModifier and TypeMethodDescriptionvoidSqlEngine.setValidator(SqlValidator validator) Injects a validator. -
Uses of SqlValidator in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl with parameters of type SqlValidatorModifier and TypeMethodDescriptionvoidSqlProcessResult.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 SqlValidatorModifier and TypeMethodDescriptionSqlValidatorFactory.getSqlValidator()The main contract of this factory.