| 程序包 | 说明 |
|---|---|
| gu.sql2java |
| 限定符和类型 | 方法和说明 |
|---|---|
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.foreachByJoinWhere(TableManager.DoEach<B> each,
boolean stopOnError,
java.lang.String join,
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.
|
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 © 2024. All Rights Reserved.