Searched refs:mInsertSQL (Results 1 – 1 of 1) sorted by relevance
871 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper935 mInsertSQL = sb.toString(); in buildSQL()936 if (LOCAL_LOGV) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()942 if (mInsertSQL == null) buildSQL(); in getStatement()944 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()950 if (mInsertSQL == null) buildSQL(); in getStatement()951 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1195 mInsertSQL = null; in close()