SFSoupQueryType Constants Reference
Declared in | SFQuerySpec.h |
---|
SFSoupQueryType
Definition
typedef NS_ENUM(NSInteger, SFSoupQueryType ) {
kSFSoupQueryTypeExact = 2,
kSFSoupQueryTypeRange = 4,
kSFSoupQueryTypeLike = 8,
kSFSoupQueryTypeSmart = 16,
kSFSoupQueryTypeMatch = 32,
};