Up
Authors
Mirko Viviani (mirko.viviani@gmail.com
)
Date: Generated at 2025-03-07 04:56:32 +0000
Copyright: (C)
2000,2002,2003,2004,2005 Free Software
Foundation, Inc.
class_EOAccessArrayFaultHandler
EOAccessGenericFaultHandler
EOAccessGenericFaultHandler
EOAccessArrayFaultHandler
EOAccessArrayFaultHandler
EOAccessGenericFaultHandler->EOAccessArrayFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.
Instance Variables
- (EOEditingContext*)
editingContext ;
Description forthcoming.
- (id)
initWithSourceGlobalID: (EOKeyGlobalID*)sourceGID
relationshipName: (
NSString *)relName
databaseContext: (
EODatabaseContext *)dbcontext
editingContext: (EOEditingContext*)ec;
Description forthcoming.
- (
NSString *)
relationshipName ;
Description forthcoming.
- (EOKeyGlobalID*)
sourceGlobalID ;
Description forthcoming.
Instance Variables for EOAccessArrayFaultHandler Class
@protected id
copy ;
Description forthcoming.
@protected EODatabaseContext*
databaseContext ;
Description forthcoming.
@protected EOEditingContext*
editingContext ;
Description forthcoming.
@protected NSString*
relationshipName ;
Description forthcoming.
@protected EOKeyGlobalID*
sgid ;
Description forthcoming.
class_EOAccessFaultHandler
EOAccessGenericFaultHandler
EOAccessGenericFaultHandler
EOAccessFaultHandler
EOAccessFaultHandler
EOAccessGenericFaultHandler->EOAccessFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.
Instance Variables
+ (
EOAccessFaultHandler *)
accessFaultHandlerWithGlobalID: (EOKeyGlobalID*)globalID
databaseContext: (
EODatabaseContext *)dbcontext
editingContext: (EOEditingContext*)ec;
Description forthcoming.
- (EOEditingContext*)
editingContext ;
Description forthcoming.
- (EOKeyGlobalID*)
globalID ;
Description forthcoming.
- (id)
initWithGlobalID: (EOKeyGlobalID*)globalID
databaseContext: (
EODatabaseContext *)dbcontext
editingContext: (EOEditingContext*)ec;
Description forthcoming.
Instance Variables for EOAccessFaultHandler Class
@protected EODatabaseContext*
databaseContext ;
Description forthcoming.
@protected EOEditingContext*
editingContext ;
Description forthcoming.
@protected EOKeyGlobalID*
gid ;
Description forthcoming.
class_EOAccessGenericFaultHandler
EOFaultHandler
EOFaultHandler
EOAccessGenericFaultHandler
EOAccessGenericFaultHandler
EOFaultHandler->EOAccessGenericFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.
Instance Variables
- (unsigned int)
generation ;
Description forthcoming.
Instance Variables for EOAccessGenericFaultHandler Class
@protected unsigned int
_generation ;
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 EOAccessGenericFaultHandler*
_next ;
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 EOAccessGenericFaultHandler*
_prev ;
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/EOAccessFault.h
Description forthcoming.
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.
- (void)
unableToFaultObject: (id)object
databaseContext: (
EODatabaseContext *)context;
Description forthcoming.
NSString * EOAccessFaultObjectNotAvailableException;
Description forthcoming.
Up