mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v3.2.1.1
This commit is contained in:
@@ -20,5 +20,11 @@ public interface Db_qry {
|
||||
int Tid();
|
||||
boolean Exec_is_rdr();
|
||||
String Base_table();
|
||||
String Xto_sql();
|
||||
String To_sql__exec(gplx.dbs.sqls.Sql_qry_wtr wtr);
|
||||
}
|
||||
class Db_qry__noop implements Db_qry {
|
||||
public int Tid() {return Db_qry_.Tid_noop;}
|
||||
public boolean Exec_is_rdr() {return false;}
|
||||
public String Base_table() {return "";}
|
||||
public String To_sql__exec(gplx.dbs.sqls.Sql_qry_wtr wtr) {return "";}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user