Constants
The following constants are available globally.
-
Undocumented
Declaration
Objective-C
extern double BaxterVersionNumber -
Undocumented
Declaration
Objective-C
extern const unsigned char BaxterVersionString[] -
The entity name. This should be an NSString.
See
[NSFetchRequest entityName]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyEntityName -
Whether to include subentities. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest includesSubentities]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyIncludesSubentities -
The NSPredicate to filter the fetch request.
See
[NSFetchRequest predicate]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyPredicate -
The fetch limit. This should be a NSNumber wrapping an unsigned integer.
See
[NSFetchRequest fetchLimit]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyFetchLimit -
The fetch offset. This should be a NSNumber wrapping an unsigned integer.
See
[NSFetchRequest fetchOffset]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyFetchOffset -
The fetch batch size. This should be a NSNumber wrapping an unsigned integer.
See
[NSFetchRequest fetchBatchSize]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyFetchBatchSize -
The NSArray of NSSortDescriptor instances for the fetch request.
See
[NSFetchRequest sortDescriptors]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeySortDescriptors -
The NSArray of NSString instances used for relationship prefetching.
See
[NSFetchRequest relationshipKeyPathsForPrefetching]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyRelationshipKeyPathsForPrefetching -
The result type of the fetch request. This should be a NSNumber wrapping a NSFetchRequestResultType value.
See
[NSFetchRequest resultType]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyResultType -
Whether to include pending changes. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest includesPendingChanges]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyIncludesPendingChanges -
The NSArray of NSString instances for the properties to fetch.
See
[NSFetchRequest propertiesToFetch]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyPropertiesToFetch -
Whether to return distinct results. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest returnsDistinctResults]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyReturnsDistinctResults -
Whether to include property values. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest includesPropertyValues]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyIncludesPropertyValues -
Whether to refresh refetched objects. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest shouldRefreshRefetchedObjects]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyShouldRefreshRefetchedObjects -
Whether to return objects as faults. This should be a NSNumber wrapping a BOOL value.
See
[NSFetchRequest returnsObjectsAsFaults]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyReturnsObjectsAsFaults -
The NSArray of NSString instances for the properties to group by.
See
[NSFetchRequest propertiesToGroupBy]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyPropertiesToGroupBy -
The having NSPredicate.
See
[NSFetchRequest havingPredicate]Declaration
Objective-C
extern const KBANSFetchRequestOptionsKey _Nonnull KBANSFetchRequestOptionsKeyHavingPredicate
Constants Reference