Example #1
0
 private String processValue(SQLiteDatabase db, Object value) {
   return TypeMapper.encodeValue(db, value);
 }