mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.9.3.1
This commit is contained in:
@@ -50,4 +50,7 @@ public class Db_stmt_ {
|
||||
public static Db_stmt new_select_as_rdr(Db_provider provider, Db_qry__select_in_tbl qry) {
|
||||
return provider.Prepare(qry);
|
||||
}
|
||||
public static Db_stmt new_select_as_rdr(Db_provider provider, String sql) {
|
||||
return provider.Prepare(Db_qry_sql.rdr_(sql));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user