Searched refs:mInsertSQL (Results 1 – 1 of 1) sorted by relevance
1005 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1076 mInsertSQL = sb.toString(); in buildSQL()1077 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1083 if (mInsertSQL == null) buildSQL(); in getStatement()1085 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1091 if (mInsertSQL == null) buildSQL(); in getStatement()1092 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1347 mInsertSQL = null; in close()