说明:对android 的数据库进行了封装了一下。
1)可以支持带ID存储,和不带ID存储
2)可支持5类谓词,fields,where ,groupby,orderby,limit
ZZDb db = ZZDb.getInstance(getBaseContext(), "XXXX", "xxxx.db");
Selector s = db.select(T.class);
s.fields("id,name").where("name = 'ZZ'").groupBy("phone").order
<jeto2> 在 上传 | 大小:1048576