Home
last modified time | relevance | path

Searched refs:conflictClause (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp38 auto conflictClause = SqliteUtils::GetConflictClause(static_cast<int>(resolution)); in Insert() local
39 if (table.empty() || row.IsEmpty() || conflictClause == nullptr) { in Insert()
44 sql.append(conflictClause).append(" INTO ").append(table).append("("); in Insert()
H A Drdb_store_impl.cpp950 auto conflictClause = SqliteUtils::GetConflictClause(static_cast<int>(resolution)); in Insert() local
951 if (conflictClause == nullptr) { in Insert()
956 sql.append("INSERT").append(conflictClause).append(" INTO ").append(table).append("("); in Insert()

Completed in 4 milliseconds