Searched refs:mInsertSQL (Results 1 – 2 of 2) sorted by relevance
1207 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1278 mInsertSQL = sb.toString(); in buildSQL()1279 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1285 if (mInsertSQL == null) buildSQL(); in getStatement()1287 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1293 if (mInsertSQL == null) buildSQL(); in getStatement()1294 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1549 mInsertSQL = null; in close()
14379 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;