| 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 |
|---|---|
<E> E |
SqlMonitor.run(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlCrudEngine and
SqlCrudEngine. |
<E> List<E> |
SqlMonitor.runList(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlQueryEngine. |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
SqlEmptyMonitor.run(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlCrudEngine and
SqlCrudEngine. |
<E> List<E> |
SqlEmptyMonitor.runList(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlQueryEngine. |
Copyright © 2014. All Rights Reserved.