Up

EODatabaseDataSource Class

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)
Manuel Guesdon (mguesdon@orange-concept.com)

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 EODatabaseDataSource class

EODatabaseDataSource : EODataSource

Declared in:
EOAccess/EODatabaseDataSource.h
Conforms to:
NSCoding
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

auxiliaryQualifier 

- (EOQualifier*) auxiliaryQualifier;
Availability: OpenStep

Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Availability: OpenStep

Description forthcoming.

entity 

- (EOEntity*) entity;
Availability: OpenStep

Description forthcoming.

fetchSpecification 

- (EOFetchSpecification*) fetchSpecification;
Availability: OpenStep

Description forthcoming.

fetchSpecificationForFetch 

- (EOFetchSpecification*) fetchSpecificationForFetch;
Availability: OpenStep

Description forthcoming.

initWithEditingContext: entityName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

initWithEditingContext: entityName: fetchSpecificationName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName fetchSpecificationName: (NSString*)fetchName;
Availability: OpenStep

Description forthcoming.

isFetchEnabled 

- (BOOL) isFetchEnabled;
Availability: OpenStep

Description forthcoming.

setAuxiliaryQualifier: 

- (void) setAuxiliaryQualifier: (EOQualifier*)newQualifier;
Availability: OpenStep

Description forthcoming.

setFetchEnabled: 

- (void) setFetchEnabled: (BOOL)yn;
Availability: OpenStep

Description forthcoming.

setFetchSpecification: 

- (void) setFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Availability: OpenStep

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