ContentValues
cv = this._db.selectFirstRow(sbSql.toString().replace("{@id}",
DbHelper.S(sID)), dts);
Hashtable<String,
String> ht = new Hashtable<String,
String>();
for (Entry<String,
Object> item : cv.valueSet()){ ht.put(item.getKey(),
item.getValue().toString());}
1万+

被折叠的 条评论
为什么被折叠?



