DBHelper helper=new DBHelper(......)
SQLitedatebase db=helper.getReadabledatabase()
db.exe("select count as totalcount from tablename")
欢迎分享,转载请注明来源:内存溢出
DBHelper helper=new DBHelper(......)
SQLitedatebase db=helper.getReadabledatabase()
db.exe("select count as totalcount from tablename")
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)