Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com)
-
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C)
2000-2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOAccess/EODatabaseChannel.h
Description forthcoming.
EODatabaseChannel declares 11 Instance Variables
- (void)
cancelFetch;
Description forthcoming.
- (id)
fetchObject;
Description forthcoming.
- (id)
initWithDatabaseContext: (
EODatabaseContext*)databaseContext;
Description forthcoming.
- (BOOL)
isFetchInProgress;
Description forthcoming.
- (BOOL)
isLocking;
Description forthcoming.
- (BOOL)
isRefreshingObjects;
Description forthcoming.
- (void)
setCurrentEditingContext: (
EOEditingContext*)context;
Description forthcoming.
- (void)
setCurrentEntity: (
EOEntity*)entity;
Description forthcoming.
- (void)
setEntity: (
EOEntity*)entity;
Description forthcoming.
- (void)
setIsLocking: (BOOL)isLocking;
Description forthcoming.
- (void)
setIsRefreshingObjects: (BOOL)yn;
Description forthcoming.
Instance Variables for EODatabaseChannel Class
@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.
@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.
@protected NSTimeInterval
_currentEditingContextTimestamp;
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.
@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.
@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.
@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.
@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.
@protected BOOL
_isFetchingSingleTableEntity;
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.
@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.
@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.
@protected NSMutableArray*
_refreshedGIDs;
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