Up

EODatabaseDataSource Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Version: 26323

Date: 2008-03-16 23:59:56 +0100 (Son, 16 Mär 2008)

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

Software documentation for the EODatabaseDataSource class

EODatabaseDataSource : EODataSource

Declared in:
EOAccess/EODatabaseDataSource.h
Conforms to:
NSCoding
Description forthcoming.

Instance Variables

Method summary

auxiliaryQualifier 

- (EOQualifier*) auxiliaryQualifier;
Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Description forthcoming.

entity 

- (EOEntity*) entity;
Description forthcoming.

fetchSpecification 

- (EOFetchSpecification*) fetchSpecification;
Description forthcoming.

fetchSpecificationForFetch 

- (EOFetchSpecification*) fetchSpecificationForFetch;
Description forthcoming.

initWithEditingContext: entityName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName;
Description forthcoming.

initWithEditingContext: entityName: fetchSpecificationName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName fetchSpecificationName: (NSString*)fetchName;
Description forthcoming.

isFetchEnabled 

- (BOOL) isFetchEnabled;
Description forthcoming.

setAuxiliaryQualifier: 

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

setFetchEnabled: 

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

setFetchSpecification: 

- (void) setFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Description forthcoming.



Instance Variables for EODatabaseDataSource Class

_auxiliaryQualifier

@protected EOQualifier* _auxiliaryQualifier;
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.

_bindings

@protected NSDictionary* _bindings;
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.

_editingContext

@protected EOEditingContext* _editingContext;
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.

_fetchSpecification

@protected EOFetchSpecification* _fetchSpecification;
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.





Up