接口的使用
gu.sql2java.TableManager.DoEach
使用TableManager.DoEach的程序包
-
gu.sql2java中TableManager.DoEach的使用
参数类型为TableManager.DoEach的gu.sql2java中的方法修饰符和类型方法说明voidTableManager.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.voidTableManager.foreachByJoinWhere(TableManager.DoEach<B> each, boolean stopOnError, String join, String where) Retrieves each row of B bean given a SQL where clause and a list of fields, and dealt with each action.voidTableManager.foreachByWhere(TableManager.DoEach<B> each, boolean stopOnError, String where) Retrieves each row of B bean given a SQL where clause and a list of fields, and dealt with each action.