Searched refs:mInsertSQL (Results 1 – 1 of 1) sorted by relevance
976 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1047 mInsertSQL = sb.toString(); in buildSQL()1048 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1054 if (mInsertSQL == null) buildSQL(); in getStatement()1056 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1062 if (mInsertSQL == null) buildSQL(); in getStatement()1063 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1318 mInsertSQL = null; in close()