Searched refs:mInsertSQL (Results 1 – 1 of 1) sorted by relevance
1008 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1079 mInsertSQL = sb.toString(); in buildSQL()1080 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1086 if (mInsertSQL == null) buildSQL(); in getStatement()1088 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1094 if (mInsertSQL == null) buildSQL(); in getStatement()1095 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1350 mInsertSQL = null; in close()