Home | History | Annotate | Download | only in database

Lines Matching defs:mTableName

986         private final String mTableName;
1015 mTableName = tableName;
1021 sb.append(mTableName);
1030 cur = mDb.rawQuery("PRAGMA table_info(" + mTableName + ")", null);
1104 if (DEBUG) Log.v(TAG, "--- inserting in table " + mTableName);
1118 Log.e(TAG, "Error inserting " + values + " into table " + mTableName, e);
1258 if (DEBUG) Log.v(TAG, "--- doing insert or replace in table " + mTableName);
1261 Log.e(TAG, "Error executing InsertHelper with table " + mTableName, e);