Uses of Class
org.sqlproc.engine.validation.SqlValidationException

Packages that use SqlValidationException
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
 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
 void SqlProcessResult.validate(SqlValidator validator)
          Validates the processed input attributes and their values.
 



Copyright © 2015. All rights reserved.