Home | History | Annotate | Download | only in database

Lines Matching defs:mDb

971         private final SQLiteDatabase mDb;
993 mDb = db;
1009 cur = mDb.rawQuery("PRAGMA table_info(" + mTableName + ")", null);
1048 mReplaceStatement = mDb.compileStatement(replaceSQL);
1054 mInsertStatement = mDb.compileStatement(mInsertSQL);