Uses of Class
org.sqlproc.engine.validation.SqlValidationException
-
Packages that use SqlValidationException Package Description org.sqlproc.engine The public part of the SQL Processor implementation.org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlValidationException in org.sqlproc.engine
Methods in org.sqlproc.engine that throw SqlValidationException Modifier and Type Method Description int
SqlCrudEngine. insert(SqlSession session, Object dynamicInputValues, SqlControl sqlControl)
Runs the META SQL insert statement to persist a database row.int
SqlCrudEngine. 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 SqlValidationException Modifier and Type Method Description void
SqlProcessResult. validate(SqlValidator validator)
Validates the processed input attributes and their values.
-