Up

EOFetchSpecification

Authors

Mirko Viviani (mirko.viviani@gmail.com)

Version: 25326

Date: 2007-07-12 08:39:22 +0200 (Don, 12 Jul 2007)

Copyright: (C) 2000,2002,2003,2004,2005 Free Software Foundation, Inc.

Software documentation for the EOFetchSpecification class

EOFetchSpecification : NSObject

Declared in:
EOControl/EOFetchSpecification.h
Conforms to:
NSCopying
NSCoding
Description forthcoming.

Instance Variables

Method summary

fetchSpecification 

+ (EOFetchSpecification*) fetchSpecification;
Description forthcoming.

fetchSpecificationNamed: entityNamed: 

+ (EOFetchSpecification*) fetchSpecificationNamed: (NSString*)name entityNamed: (NSString*)entityName;
Description forthcoming.

fetchSpecificationWithEntityName: qualifier: sortOrderings: 

+ (EOFetchSpecification*) fetchSpecificationWithEntityName: (NSString*)name qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings;
Description forthcoming.

fetchSpecificationWithEntityName: qualifier: sortOrderings: usesDistinct: 

+ (EOFetchSpecification*) fetchSpecificationWithEntityName: (NSString*)name qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings usesDistinct: (BOOL)usesDistinct;
Description forthcoming.

fetchSpecificationWithEntityName: qualifier: sortOrderings: usesDistinct: isDeep: hints: 

+ (EOFetchSpecification*) fetchSpecificationWithEntityName: (NSString*)name qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings usesDistinct: (BOOL)usesDistinct isDeep: (BOOL)isDeep hints: (NSDictionary*)hints;
Description forthcoming.

_hints 

- (NSDictionary*) _hints;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;
Description forthcoming.

encodeWithKeyValueArchiver: 

- (void) encodeWithKeyValueArchiver: (EOKeyValueArchiver*)archiver;
Description forthcoming.

entityName 

- (NSString*) entityName;
Description forthcoming.

fetchLimit 

- (unsigned) fetchLimit;
Description forthcoming.

fetchSpecificationWithQualifierBindings: 

- (EOFetchSpecification*) fetchSpecificationWithQualifierBindings: (NSDictionary*)bindings;
Description forthcoming.

fetchesRawRows 

- (BOOL) fetchesRawRows;
Description forthcoming.

hints 

- (NSDictionary*) hints;
Description forthcoming.

initWithEntityName: qualifier: sortOrderings: usesDistinct: isDeep: hints: 

- (id) initWithEntityName: (NSString*)entityName qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings usesDistinct: (BOOL)usesDistinct isDeep: (BOOL)isDeep hints: (NSDictionary*)hints;
Description forthcoming.

initWithKeyValueUnarchiver: 

- (id) initWithKeyValueUnarchiver: (EOKeyValueUnarchiver*)unarchiver;
Description forthcoming.

isDeep 

- (BOOL) isDeep;
Description forthcoming.

locksObjects 

- (BOOL) locksObjects;
Description forthcoming.

prefetchingRelationshipKeyPaths 

- (NSArray*) prefetchingRelationshipKeyPaths;
Description forthcoming.

promptsAfterFetchLimit 

- (BOOL) promptsAfterFetchLimit;
Description forthcoming.

qualifier 

- (EOQualifier*) qualifier;
Description forthcoming.

rawAttributeKeys 

- (NSArray*) rawAttributeKeys;
Description forthcoming.

rawRowKeyPaths 

- (NSArray*) rawRowKeyPaths;
Description forthcoming.

refreshesRefetchedObjects 

- (BOOL) refreshesRefetchedObjects;
Description forthcoming.

requiresAllQualifierBindingVariables 

- (BOOL) requiresAllQualifierBindingVariables;
Description forthcoming.

setEntityName: 

- (void) setEntityName: (NSString*)entityName;
Description forthcoming.

setFetchLimit: 

- (void) setFetchLimit: (unsigned)fetchLimit;
Description forthcoming.

setFetchesRawRows: 

- (void) setFetchesRawRows: (BOOL)fetchRawRows;
Description forthcoming.

setHints: 

- (void) setHints: (NSDictionary*)hints;
Description forthcoming.

setIsDeep: 

- (void) setIsDeep: (BOOL)isDeep;
Description forthcoming.

setLocksObjects: 

- (void) setLocksObjects: (BOOL)locksObjects;
Description forthcoming.

setPrefetchingRelationshipKeyPaths: 

- (void) setPrefetchingRelationshipKeyPaths: (NSArray*)prefetchingRelationshipKeys;
Description forthcoming.

setPromptsAfterFetchLimit: 

- (void) setPromptsAfterFetchLimit: (BOOL)promptsAfterFetchLimit;
Description forthcoming.

setQualifier: 

- (void) setQualifier: (EOQualifier*)qualifier;
Description forthcoming.

setRawAttributeKeys: 

- (void) setRawAttributeKeys: (NSArray*)rawAttributeKeys;
Description forthcoming.

setRawRowKeyPaths: 

- (void) setRawRowKeyPaths: (NSArray*)rawRowKeyPaths;
Description forthcoming.

setRefreshesRefetchedObjects: 

- (void) setRefreshesRefetchedObjects: (BOOL)refreshesRefetchedObjects;
Description forthcoming.

setRequiresAllQualifierBindingVariables: 

- (void) setRequiresAllQualifierBindingVariables: (BOOL)flag;
Description forthcoming.

setSortOrderings: 

- (void) setSortOrderings: (NSArray*)sortOrderings;
Description forthcoming.

setUsesDistinct: 

- (void) setUsesDistinct: (BOOL)usesDistinct;
Description forthcoming.

sortOrderings 

- (NSArray*) sortOrderings;
Description forthcoming.

usesDistinct 

- (BOOL) usesDistinct;
Description forthcoming.



Instance Variables for EOFetchSpecification Class

_entityName

@protected NSString* _entityName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_fetchLimit

@protected unsigned int _fetchLimit;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_flags

@protected struct ... _flags;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_hints

@protected NSDictionary* _hints;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_prefetchingRelationshipKeys

@protected NSArray* _prefetchingRelationshipKeys;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_qualifier

@protected EOQualifier* _qualifier;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_rawAttributeKeys

@protected NSArray* _rawAttributeKeys;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_sortOrderings

@protected NSArray* _sortOrderings;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up