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