Up

EOFetchSpecification

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)

Version: 21645

Date: 2005-08-17 10:07:57 +0200 (Mit, 17 Aug 2005)

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
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

fetchSpecification 

+ (EOFetchSpecification*) fetchSpecification;
Availability: OpenStep

Description forthcoming.

fetchSpecificationNamed: entityNamed: 

+ (EOFetchSpecification*) fetchSpecificationNamed: (NSString*)name entityNamed: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

fetchSpecificationWithEntityName: qualifier: sortOrderings: 

+ (EOFetchSpecification*) fetchSpecificationWithEntityName: (NSString*)name qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings;
Availability: OpenStep

Description forthcoming.

fetchSpecificationWithEntityName: qualifier: sortOrderings: usesDistinct: 

+ (EOFetchSpecification*) fetchSpecificationWithEntityName: (NSString*)name qualifier: (EOQualifier*)qualifier sortOrderings: (NSArray*)sortOrderings usesDistinct: (BOOL)usesDistinct;
Availability: OpenStep

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;
Availability: OpenStep

Description forthcoming.

_hints 

- (NSDictionary*) _hints;
Availability: OpenStep

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;
Availability: OpenStep

Description forthcoming.

encodeWithKeyValueArchiver: 

- (void) encodeWithKeyValueArchiver: (EOKeyValueArchiver*)archiver;
Availability: OpenStep

Description forthcoming.

entityName 

- (NSString*) entityName;
Availability: OpenStep

Description forthcoming.

fetchLimit 

- (unsigned) fetchLimit;
Availability: OpenStep

Description forthcoming.

fetchSpecificationWithQualifierBindings: 

- (EOFetchSpecification*) fetchSpecificationWithQualifierBindings: (NSDictionary*)bindings;
Availability: OpenStep

Description forthcoming.

fetchesRawRows 

- (BOOL) fetchesRawRows;
Availability: OpenStep

Description forthcoming.

hints 

- (NSDictionary*) hints;
Availability: OpenStep

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;
Availability: OpenStep

Description forthcoming.

initWithKeyValueUnarchiver: 

- (id) initWithKeyValueUnarchiver: (EOKeyValueUnarchiver*)unarchiver;
Availability: OpenStep

Description forthcoming.

isDeep 

- (BOOL) isDeep;
Availability: OpenStep

Description forthcoming.

locksObjects 

- (BOOL) locksObjects;
Availability: OpenStep

Description forthcoming.

prefetchingRelationshipKeyPaths 

- (NSArray*) prefetchingRelationshipKeyPaths;
Availability: OpenStep

Description forthcoming.

promptsAfterFetchLimit 

- (BOOL) promptsAfterFetchLimit;
Availability: OpenStep

Description forthcoming.

qualifier 

- (EOQualifier*) qualifier;
Availability: OpenStep

Description forthcoming.

rawAttributeKeys 

- (NSArray*) rawAttributeKeys;
Availability: OpenStep

Description forthcoming.

rawRowKeyPaths 

- (NSArray*) rawRowKeyPaths;
Availability: OpenStep

Description forthcoming.

refreshesRefetchedObjects 

- (BOOL) refreshesRefetchedObjects;
Availability: OpenStep

Description forthcoming.

requiresAllQualifierBindingVariables 

- (BOOL) requiresAllQualifierBindingVariables;
Availability: OpenStep

Description forthcoming.

setEntityName: 

- (void) setEntityName: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

setFetchLimit: 

- (void) setFetchLimit: (unsigned)fetchLimit;
Availability: OpenStep

Description forthcoming.

setFetchesRawRows: 

- (void) setFetchesRawRows: (BOOL)fetchRawRows;
Availability: OpenStep

Description forthcoming.

setHints: 

- (void) setHints: (NSDictionary*)hints;
Availability: OpenStep

Description forthcoming.

setIsDeep: 

- (void) setIsDeep: (BOOL)isDeep;
Availability: OpenStep

Description forthcoming.

setLocksObjects: 

- (void) setLocksObjects: (BOOL)locksObjects;
Availability: OpenStep

Description forthcoming.

setPrefetchingRelationshipKeyPaths: 

- (void) setPrefetchingRelationshipKeyPaths: (NSArray*)prefetchingRelationshipKeys;
Availability: OpenStep

Description forthcoming.

setPromptsAfterFetchLimit: 

- (void) setPromptsAfterFetchLimit: (BOOL)promptsAfterFetchLimit;
Availability: OpenStep

Description forthcoming.

setQualifier: 

- (void) setQualifier: (EOQualifier*)qualifier;
Availability: OpenStep

Description forthcoming.

setRawAttributeKeys: 

- (void) setRawAttributeKeys: (NSArray*)rawAttributeKeys;
Availability: OpenStep

Description forthcoming.

setRawRowKeyPaths: 

- (void) setRawRowKeyPaths: (NSArray*)rawRowKeyPaths;
Availability: OpenStep

Description forthcoming.

setRefreshesRefetchedObjects: 

- (void) setRefreshesRefetchedObjects: (BOOL)refreshesRefetchedObjects;
Availability: OpenStep

Description forthcoming.

setRequiresAllQualifierBindingVariables: 

- (void) setRequiresAllQualifierBindingVariables: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setSortOrderings: 

- (void) setSortOrderings: (NSArray*)sortOrderings;
Availability: OpenStep

Description forthcoming.

setUsesDistinct: 

- (void) setUsesDistinct: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

sortOrderings 

- (NSArray*) sortOrderings;
Availability: OpenStep

Description forthcoming.

usesDistinct 

- (BOOL) usesDistinct;
Availability: OpenStep

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