Uses of Class
org.sqlproc.engine.validation.SqlValidationException
Packages that use SqlValidationException
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
-
Uses of SqlValidationException in org.sqlproc.engine
Methods in org.sqlproc.engine that throw SqlValidationExceptionModifier and TypeMethodDescriptionintSqlCrudEngine.insert(SqlSession session, Object dynamicInputValues, SqlControl sqlControl) Runs the META SQL insert statement to persist a database row.intSqlCrudEngine.update(SqlSession session, Object dynamicInputValues, SqlControl sqlControl) Runs the META SQL update statement to persist a database row. -
Uses of SqlValidationException in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that throw SqlValidationExceptionModifier and TypeMethodDescriptionvoidSqlProcessResult.validate(SqlValidator validator) Validates the processed input attributes and their values.