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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlProcessResult.validate(SqlValidator validator)
Validates the processed input attributes and their values.
|
Copyright © 2015. All rights reserved.