RLMCreationOptions Constants Reference
Declared in | RLMObjectStore.h |
RLMCreationOptions
Definition
typedef NS_OPTIONS(NSUInteger, RLMCreationOptions ) {
RLMCreationOptionsNone = 0,
RLMCreationOptionsEnforceUnique = 1 < < 0,
RLMCreationOptionsUpdateOrCreate = 1 < < 1,
RLMCreationOptionsAllowCopy = 1 < < 2,
};