Classes

EOAccessArrayFaultHandler
EOAccessFaultHandler
EOAccessGenericFaultHandler
EOAdaptor
EOAdaptorChannel
EOAdaptorContext
EOAdaptorOperation
EOAttribute
EODatabase
EODatabaseChannel
EODatabaseContext
EODatabaseDataSource
EODatabaseOperation
EOEntity
EOEntityClassDescription
EOJoin
EOLoginPanel
EOModel
EOModelGroup
EORelationship
EOSQLExpression
EOSQLExpressionFactory
EOSQLQualifier
EOStoredProcedure

Protocols

<EOColumnTypes>
<EOPropertyListEncoding>
<EOQualifierSQLGeneration>
(EOAdaptorChannelDelegation)
(EOAdaptorContextDelegation)
(EOAdaptorDelegate)
(EODatabaseContextDelegation)
(EOModelGroupClassDelegation)
(EOModelGroupDelegation)
(EOSchemaSynchronizationDelegates)

Constants

Functions

EODatabaseContext_globalIDForObjectWithImpPtr
EODatabaseContext_snapshotForGlobalIDWithImpPtr
GDL2_EOAccessPrivateInit

Macros

Types

EOAdaptorOperator
EODatabaseOperator
EODelegateResponse
EOJoinSemantic
EOUpdateStrategy

Variables

EOAccessFaultObjectNotAvailableException
EOAdaptorContextBeginTransactionNotification
EOAdaptorContextCommitTransactionNotification
EOAdaptorContextRollbackTransactionNotification
EOAdaptorFailureKey
EOAdaptorKey
EOAdaptorOperationsKey
EOAdaptorOptimisticLockingFailure
EOAdministrativeConnectionDictionaryKey
EOAdministrativeConnectionDictionaryNeededNotification
EOAllowsNullKey
EOBindVariableAttributeKey
EOBindVariableColumnKey
EOBindVariableNameKey
EOBindVariablePlaceHolderKey
EOBindVariableValueKey
EOColumnNameKey
EOConnectionDictionaryKey
EOCreateDatabaseKey
EOCreatePrimaryKeySupportKey
EOCreateTablesKey
EOCustomQueryExpressionHintKey
EODatabaseChannelNeededNotification
EODatabaseContextKey
EODatabaseOperationsKey
EODeleteProcedureOperation
EODistantPastTimeInterval
EODropDatabaseKey
EODropPrimaryKeySupportKey
EODropTablesKey
EOEntityLoadedNotification
EOExternalNameKey
EOExternalTypeKey
EOFailedAdaptorOperationKey
EOFailedDatabaseOperationKey
EOFetchAllProcedureOperation
EOFetchWithPrimaryKeyProcedureOperation
EOForeignKeyConstraintsKey
EOGeneralAdaptorException
EOGeneralDatabaseException
EOInsertProcedureOperation
EOModelAddedNotification
EOModelInvalidatedNotification
EOModelKey
EOMoreThanOneException
EONameKey
EONextPrimaryKeyProcedureOperation
EOPrecisionKey
EOPrimaryKeyConstraintsKey
EORelationshipsKey
EOScaleKey
EOSchemaSynchronizationForeignKeyConstraintsKey
EOSchemaSynchronizationPrimaryKeyConstraintsKey
EOSchemaSynchronizationPrimaryKeySupportKey
EOStoredProcedureNameHintKey
EOWidthKey
GDL2_EOAttributeClass
GDL2_EODatabaseContextClass
GDL2_EODatabaseContext__globalIDForObjectIMP
GDL2_EODatabaseContext_snapshotForGlobalIDIMP
GDL2_EOEntityClass
GDL2_EORelationshipClass
eqSel
struct _EOTransactionScope

Up

EOAccessFault Class

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.


Contents -

  1. Software documentation for the EOAccessArrayFaultHandler class
  2. Software documentation for the EOAccessFaultHandler class
  3. Software documentation for the EOAccessGenericFaultHandler class
  4. Software documentation for the EOFault(EOAccess) category
  5. Software documentation for the NSObject(EOAccessFaultUnableToFaultToOne) category
  6. EOAccessFault variables

Software documentation for the EOAccessArrayFaultHandler class

EOAccessArrayFaultHandler : EOAccessGenericFaultHandler

class_EOAccessArrayFaultHandler EOAccessGenericFaultHandler EOAccessGenericFaultHandler EOAccessArrayFaultHandler EOAccessArrayFaultHandler EOAccessGenericFaultHandler->EOAccessArrayFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.

Instance Variables

Method summary


accessArrayFaultHandlerWithSourceGlobalID: relationshipName: databaseContext: editingContext: 

+ (EOAccessArrayFaultHandler*) accessArrayFaultHandlerWithSourceGlobalID: (EOKeyGlobalID*)sourceGID relationshipName: (NSString*)relName databaseContext: (EODatabaseContext*)dbcontext editingContext: (EOEditingContext*)ec;
Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Description forthcoming.

editingContext 

- (EOEditingContext*) editingContext;
Description forthcoming.

initWithSourceGlobalID: relationshipName: databaseContext: editingContext: 

- (id) initWithSourceGlobalID: (EOKeyGlobalID*)sourceGID relationshipName: (NSString*)relName databaseContext: (EODatabaseContext*)dbcontext editingContext: (EOEditingContext*)ec;
Description forthcoming.

relationshipName 

- (NSString*) relationshipName;
Description forthcoming.

sourceGlobalID 

- (EOKeyGlobalID*) sourceGlobalID;
Description forthcoming.



Instance Variables for EOAccessArrayFaultHandler Class

copy

@protected id copy;
Description forthcoming.

databaseContext

@protected EODatabaseContext* databaseContext;
Description forthcoming.

editingContext

@protected EOEditingContext* editingContext;
Description forthcoming.

relationshipName

@protected NSString* relationshipName;
Description forthcoming.

sgid

@protected EOKeyGlobalID* sgid;
Description forthcoming.




Software documentation for the EOAccessFaultHandler class

EOAccessFaultHandler : EOAccessGenericFaultHandler

class_EOAccessFaultHandler EOAccessGenericFaultHandler EOAccessGenericFaultHandler EOAccessFaultHandler EOAccessFaultHandler EOAccessGenericFaultHandler->EOAccessFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.

Instance Variables

Method summary


accessFaultHandlerWithGlobalID: databaseContext: editingContext: 

+ (EOAccessFaultHandler*) accessFaultHandlerWithGlobalID: (EOKeyGlobalID*)globalID databaseContext: (EODatabaseContext*)dbcontext editingContext: (EOEditingContext*)ec;
Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Description forthcoming.

editingContext 

- (EOEditingContext*) editingContext;
Description forthcoming.

globalID 

- (EOKeyGlobalID*) globalID;
Description forthcoming.

initWithGlobalID: databaseContext: editingContext: 

- (id) initWithGlobalID: (EOKeyGlobalID*)globalID databaseContext: (EODatabaseContext*)dbcontext editingContext: (EOEditingContext*)ec;
Description forthcoming.



Instance Variables for EOAccessFaultHandler Class

databaseContext

@protected EODatabaseContext* databaseContext;
Description forthcoming.

editingContext

@protected EOEditingContext* editingContext;
Description forthcoming.

gid

@protected EOKeyGlobalID* gid;
Description forthcoming.




Software documentation for the EOAccessGenericFaultHandler class

EOAccessGenericFaultHandler : EOFaultHandler

class_EOAccessGenericFaultHandler EOFaultHandler EOFaultHandler EOAccessGenericFaultHandler EOAccessGenericFaultHandler EOFaultHandler->EOAccessGenericFaultHandler
Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.

Instance Variables

Method summary


generation 

- (unsigned int) generation;
Description forthcoming.

linkAfter: usingGeneration: 

- (void) linkAfter: (EOAccessGenericFaultHandler*)faultHandler usingGeneration: (unsigned int)gen;
Description forthcoming.

next 

- (EOAccessGenericFaultHandler*) next;
Description forthcoming.

previous 

- (EOAccessGenericFaultHandler*) previous;
Description forthcoming.



Instance Variables for EOAccessGenericFaultHandler Class

_generation

@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.

_next

@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.

_prev

@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.




Software documentation for the EOFault(EOAccess) category

EOFault(EOAccess)

Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.

Method summary


databaseContext 

- (EODatabaseContext*) databaseContext;
Description forthcoming.

Software documentation for the NSObject(EOAccessFaultUnableToFaultToOne) category

NSObject(EOAccessFaultUnableToFaultToOne)

Declared in:
EOAccess/EOAccessFault.h
Description forthcoming.

Method summary


unableToFaultObject: databaseContext: 

- (void) unableToFaultObject: (id)object databaseContext: (EODatabaseContext*)context;
Description forthcoming.

EOAccessFault variables

EOAccessFaultObjectNotAvailableException

NSString* EOAccessFaultObjectNotAvailableException;
Description forthcoming.


Up