Example #1
0
 public static Db_qry_delete new_(String tbl, String... where) {
   return new Db_qry_delete(tbl, Db_crt_.eq_many_(where));
 }