Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com)
-
Date: Generated at 2025-12-01
Copyright: (C)
2000,2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOAccess/EODatabase.h
Description forthcoming.
EODatabase declares 7 Instance Variables
+ (void)
disableSnapshotRefcounting;
Description forthcoming.
- (
EOAdaptor*)
adaptor;
Description forthcoming.
- (void)
addModel: (
EOModel*)model;
Description forthcoming.
- (BOOL)
addModelIfCompatible: (
EOModel*)model;
Description forthcoming.
- (void)
decrementSnapshotCountForGlobalID: (
EOGlobalID*)globalId;
Description forthcoming.
- (
EOEntity*)
entityForObject: (id)object;
Description forthcoming.
- (void)
handleDroppedConnection;
Description forthcoming.
- (void)
incrementSnapshotCountForGlobalID: (
EOGlobalID*)globalId;
Description forthcoming.
- (id)
initWithAdaptor: (
EOAdaptor*)adaptor;
Description forthcoming.
- (id)
initWithModel: (
EOModel*)model;
Description forthcoming.
- (void)
invalidateResultCache;
Description forthcoming.
- (void)
invalidateResultCacheForEntityNamed: (
NSString*)name;
Description forthcoming.
- (
NSArray*)
models;
Description forthcoming.
- (
NSArray*)
registeredContexts;
Description forthcoming.
- (void)
removeModel: (
EOModel*)model;
Description forthcoming.
- (
NSArray*)
resultCacheForEntityNamed: (
NSString*)name;
Description forthcoming.
- (void)
setResultCache: (
NSArray*)cache
forEntityNamed: (
NSString*)name;
Description forthcoming.
- (void)
setTimestampToNow;
Description forthcoming.
Instance Variables for EODatabase Class
@protected EOAdaptor*
_adaptor;
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 NSMutableDictionary*
_entityCache;
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*
_models;
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*
_registeredContexts;
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 NSMutableDictionary*
_snapshots;
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
_timestamp;
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 NSMutableDictionary*
_toManySnapshots;
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.
- Declared in:
- EOAccess/EODatabase.h
Description forthcoming.
- (void)
forgetAllSnapshots;
Description forthcoming.
- (void)
forgetSnapshotForGlobalID: (
EOGlobalID*)gid;
Description forthcoming.
- (void)
forgetSnapshotForSourceGlobalID: (
EOGlobalID*)gid
relationshipName: (
NSString*)name;
Description forthcoming.
- (void)
forgetSnapshotsForGlobalIDs: (
NSArray*)gids;
Description forthcoming.
- (void)
recordSnapshot: (
NSArray*)gids
forSourceGlobalID: (
EOGlobalID*)gid
relationshipName: (
NSString*)name;
Description forthcoming.
- (void)
recordSnapshots: (
NSDictionary*)snapshots;
Description forthcoming.
- (void)
recordToManySnapshots: (
NSDictionary*)snapshots;
Description forthcoming.
NSTimeInterval EODistantPastTimeInterval;
Description forthcoming.
NSString* EOGeneralDatabaseException;
Description forthcoming.
Up