UNIQUE_ON_CONFLICT_REPLACE constant
Unique on-conflict strategy: the object being put replaces any existing conflicting object (deletes it).
Implementation
static const int UNIQUE_ON_CONFLICT_REPLACE = 32768;
Unique on-conflict strategy: the object being put replaces any existing conflicting object (deletes it).
static const int UNIQUE_ON_CONFLICT_REPLACE = 32768;