UNIQUE_ON_CONFLICT_REPLACE constant

int const UNIQUE_ON_CONFLICT_REPLACE

Unique on-conflict strategy: the object being put replaces any existing conflicting object (deletes it).

Implementation

static const int UNIQUE_ON_CONFLICT_REPLACE = 32768;