| Package | Description |
|---|---|
| com.github.quintans.ezSQL.dml |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.run(IProcessor processor)
Every row will be processed by the only method of the supplied object.
The Object type for each column is obtained from the types of the method parameters. The processed rows are not collected, so any returning object is discarded. |
void |
Query.runFirst(IProcessor processor) |
void |
Query.runOne(IProcessor processor) |
Copyright © 2019. All rights reserved.