Searched refs:mInsertSQL (Results 1 – 1 of 1) sorted by relevance
988 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1059 mInsertSQL = sb.toString(); in buildSQL()1060 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1066 if (mInsertSQL == null) buildSQL(); in getStatement()1068 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1074 if (mInsertSQL == null) buildSQL(); in getStatement()1075 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1330 mInsertSQL = null; in close()