| Package | Description |
|---|---|
| gu.sql2java |
| Modifier and Type | Method and Description |
|---|---|
void |
TableManager.foreach(TableManager.DoEach<B> each,
boolean stopOnError)
Retrieves each row of B bean given a SQL where clause and a list of fields,
and dealt with each action.
|
void |
TableManager.foreachByWhere(TableManager.DoEach<B> each,
boolean stopOnError,
java.lang.String where)
Retrieves each row of B bean given a SQL where clause and a list of fields,
and dealt with each action.
|
Copyright © 2021. All Rights Reserved.