Home
last modified time | relevance | path

Searched refs:conflictAlgorithm (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/persistence/db-framework/src/main/java/android/arch/persistence/db/framework/
DFrameworkSQLiteDatabase.java184 public long insert(String table, int conflictAlgorithm, ContentValues values)
187 conflictAlgorithm);
201 public int update(String table, int conflictAlgorithm, ContentValues values, String whereClause,
209 sql.append(CONFLICT_VALUES[conflictAlgorithm]);
/frameworks/support/persistence/db/src/main/java/android/arch/persistence/db/
DSupportSQLiteDatabase.java325 long insert(String table, int conflictAlgorithm, ContentValues values) throws SQLException; in insert() argument
359 int update(String table, int conflictAlgorithm, in update() argument
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1515 ContentValues initialValues, int conflictAlgorithm) { in insertWithOnConflict() argument
1520 sql.append(CONFLICT_VALUES[conflictAlgorithm]); in insertWithOnConflict()
1617 String whereClause, String[] whereArgs, int conflictAlgorithm) { in updateWithOnConflict() argument
1626 sql.append(CONFLICT_VALUES[conflictAlgorithm]); in updateWithOnConflict()