コード例 #1
0
 public TagPostsDAO opnToWrite() {
   dbHelper = new DbAdapter(context);
   database = dbHelper.getWritableDatabase();
   return this;
 }