RLMSetFlag Constants Reference
Declared in | RLMAccessor.h |
RLMSetFlag
Definition
typedef NS_OPTIONS(NSUInteger, RLMSetFlag ) {
RLMSetFlagEnforceUnique = 1 < < 0,
RLMSetFlagUpdateOrCreate = 1 < < 1,
RLMSetFlagAllowCopy = 1 < < 2,
};