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());
}