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/EOAccessFault.h
Description forthcoming.
EOAccessArrayFaultHandler declares 5 Instance Variables
- (
NSString*)
relationshipName;
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.
- Declared in:
- EOAccess/EOAccessFault.h
Description forthcoming.
EOAccessFaultHandler declares 3 Instance Variables
Instance Variables for EOAccessFaultHandler Class
@protected EODatabaseContext*
databaseContext;
Description forthcoming.
@protected EOEditingContext*
editingContext;
Description forthcoming.
@protected EOKeyGlobalID*
gid;
Description forthcoming.
- Declared in:
- EOAccess/EOAccessFault.h
Description forthcoming.
EOAccessGenericFaultHandler declares 3 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