Up

EODatabaseChannel

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

EODatabaseChannel : NSObject

Declared in:
EOAccess/EODatabaseChannel.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

databaseChannelWithDatabaseContext: 

+ (EODatabaseChannel*) databaseChannelWithDatabaseContext: (EODatabaseContext*)databaseContext;
Availability: OpenStep

Description forthcoming.

adaptorChannel 

- (EOAdaptorChannel*) adaptorChannel;
Availability: OpenStep

Description forthcoming.

cancelFetch 

- (void) cancelFetch;
Availability: OpenStep

Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Availability: OpenStep

Description forthcoming.

delegate 

- (id) delegate;
Availability: OpenStep

Description forthcoming.

fetchObject 

- (id) fetchObject;
Availability: OpenStep

Description forthcoming.

initWithDatabaseContext: 

- (id) initWithDatabaseContext: (EODatabaseContext*)databaseContext;
Availability: OpenStep

Description forthcoming.

isFetchInProgress 

- (BOOL) isFetchInProgress;
Availability: OpenStep

Description forthcoming.

isLocking 

- (BOOL) isLocking;
Availability: OpenStep

Description forthcoming.

isRefreshingObjects 

- (BOOL) isRefreshingObjects;
Availability: OpenStep

Description forthcoming.

selectObjectsWithFetchSpecification: editingContext: 

- (void) selectObjectsWithFetchSpecification: (EOFetchSpecification*)fetchSpecification editingContext: (EOEditingContext*)context;
Availability: OpenStep

Description forthcoming.

setCurrentEditingContext: 

- (void) setCurrentEditingContext: (EOEditingContext*)context;
Availability: OpenStep

Description forthcoming.

setCurrentEntity: 

- (void) setCurrentEntity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)delegate;
Availability: OpenStep

Description forthcoming.

setEntity: 

- (void) setEntity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

setIsLocking: 

- (void) setIsLocking: (BOOL)isLocking;
Availability: OpenStep

Description forthcoming.

setIsRefreshingObjects: 

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

Description forthcoming.



Instance Variables for EODatabaseChannel Class

_adaptorChannel

@protected EOAdaptorChannel* _adaptorChannel;
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.

_currentEditingContext

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

_currentEntity

@protected EOEntity* _currentEntity;
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.

_databaseContext

@protected EODatabaseContext* _databaseContext;
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.

_delegate

@protected id _delegate;
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.

_delegateRespondsTo

@protected struct ... _delegateRespondsTo;
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.

_fetchProperties

@protected NSMutableArray* _fetchProperties;
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.

_fetchSpecifications

@protected NSMutableArray* _fetchSpecifications;
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.

_isLocking

@protected BOOL _isLocking;
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.

_isRefreshingObjects

@protected BOOL _isRefreshingObjects;
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