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>
(EOAccessFaultUnableToFaultToOne)
(EOAdaptorChannelDelegation)
(EOAdaptorContextDelegation)
(EOAdaptorDelegate)
(EOCustomClassArchiving)
(EODatabaseContextDelegation)
(EOEntity)
(EOModelGroupClassDelegation)
(EOModelGroupDelegation)
(EOSchemaSynchronizationDelegates)

Functions

EODatabaseContext_globalIDForObjectWithImpPtr
EODatabaseContext_snapshotForGlobalIDWithImpPtr
GDL2_EOAccessPrivateInit

Types

EOAdaptorOperator
EOAdaptorValueType
EODatabaseOperator
EODelegateResponse
EOFactoryMethodArgumentType
EOJoinSemantic
EOParameterDirection
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

EOAdaptor documentation

Authors

Generated by multix

Date: Generated at 2026-02-09


Contents -

  1. Software documentation for the EOAdaptor class
  2. Software documentation for the EOLoginPanel class
  3. Software documentation for the EOAdaptor(EOAdaptorLoginPanel) category
  4. Software documentation for the EOAdaptor(EOExternalTypeMapping) category
  5. Software documentation for the EOAdaptor(EOSchemaGenerationExtensions) category
  6. Software documentation for the NSObject(EOAdaptorDelegate) informal protocol
  7. EOAdaptor variables

Software documentation for the EOAdaptor class

EOAdaptor : NSObject

class_EOAdaptor NSObject NSObject EOAdaptor EOAdaptor NSObject->EOAdaptor
Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

EOAdaptor declares 7 Instance Variables

Method summary


adaptorWithModel: 

+ (id) adaptorWithModel: (EOModel*)model;
Description forthcoming.

adaptorWithName: 

+ (id) adaptorWithName: (NSString*)name;
Description forthcoming.

availableAdaptorNames 

+ (NSArray*) availableAdaptorNames;
Description forthcoming.

setExpressionClassName: adaptorClassName: 

+ (void) setExpressionClassName: (NSString*)sqlExpressionClassName adaptorClassName: (NSString*)adaptorClassName;
Description forthcoming.

sharedLoginPanelInstance 

+ (EOLoginPanel*) sharedLoginPanelInstance;
Description forthcoming.

assertConnectionDictionaryIsValid 

- (void) assertConnectionDictionaryIsValid;
Description forthcoming.

canServiceModel: 

- (BOOL) canServiceModel: (EOModel*)model;
Description forthcoming.

connectionDictionary 

- (NSDictionary*) connectionDictionary;
Description forthcoming.

contexts 

- (NSArray*) contexts;
Description forthcoming.

createAdaptorContext 

- (EOAdaptorContext*) createAdaptorContext;
Description forthcoming.

databaseEncoding 

- (NSStringEncoding) databaseEncoding;
Description forthcoming.

defaultExpressionClass 

- (Class) defaultExpressionClass;
Description forthcoming.

delegate 

- (id) delegate;
Description forthcoming.

expressionClass 

- (Class) expressionClass;
Description forthcoming.

expressionFactory 

- (EOSQLExpressionFactory*) expressionFactory;
Description forthcoming.

fetchedValueForDataValue: attribute: 

- (NSData*) fetchedValueForDataValue: (NSData*)value attribute: (EOAttribute*)attribute;
Description forthcoming.

fetchedValueForDateValue: attribute: 

- (NSCalendarDate*) fetchedValueForDateValue: (NSCalendarDate*)value attribute: (EOAttribute*)attribute;
Description forthcoming.

fetchedValueForNumberValue: attribute: 

- (NSNumber*) fetchedValueForNumberValue: (NSNumber*)value attribute: (EOAttribute*)attribute;
Description forthcoming.

fetchedValueForStringValue: attribute: 

- (NSString*) fetchedValueForStringValue: (NSString*)value attribute: (EOAttribute*)attribute;
Description forthcoming.

fetchedValueForValue: attribute: 

- (id) fetchedValueForValue: (id)value attribute: (EOAttribute*)attribute;
Description forthcoming.

handleDroppedConnection 

- (void) handleDroppedConnection;
Description forthcoming.

hasOpenChannels 

- (BOOL) hasOpenChannels;
Description forthcoming.

initWithName: 

- (id) initWithName: (NSString*)name;
Description forthcoming.

isDroppedConnectionException: 

- (BOOL) isDroppedConnectionException: (NSException*)exception;
Description forthcoming.

isValidQualifierType: model: 

- (BOOL) isValidQualifierType: (NSString*)attribute model: (EOModel*)model;
Description forthcoming.

model 

- (EOModel*) model;
Description forthcoming.

name 

- (NSString*) name;
Description forthcoming.

prototypeAttributes 

- (NSArray*) prototypeAttributes;
Description forthcoming.

setConnectionDictionary: 

- (void) setConnectionDictionary: (NSDictionary*)dictionary;
Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)delegate;
Description forthcoming.

setModel: 

- (void) setModel: (EOModel*)model;
Description forthcoming.



Instance Variables for EOAdaptor Class

_connectionDictionary

@protected NSDictionary* _connectionDictionary;
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.

_contexts

@protected NSMutableArray* _contexts;
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.

_delegate

@protected id _delegate;
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.

_expressionClass

@protected Class _expressionClass;
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.

_expressionClassName

@protected NSString* _expressionClassName;
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.

_model

@protected EOModel* _model;
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.

_name

@protected NSString* _name;
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 EOLoginPanel class

EOLoginPanel : NSObject

class_EOLoginPanel NSObject NSObject EOLoginPanel EOLoginPanel NSObject->EOLoginPanel
Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

Method summary


administrativeConnectionDictionaryForAdaptor: 

- (NSDictionary*) administrativeConnectionDictionaryForAdaptor: (EOAdaptor*)adaptor;
Description forthcoming.

runPanelForAdaptor: validate: allowsCreation: 

- (NSDictionary*) runPanelForAdaptor: (EOAdaptor*)adaptor validate: (BOOL)yn allowsCreation: (BOOL)allowsCreation;
Description forthcoming.

Software documentation for the EOAdaptor(EOAdaptorLoginPanel) category

EOAdaptor(EOAdaptorLoginPanel)

Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

Method summary


runLoginPanel 

- (NSDictionary*) runLoginPanel;
Description forthcoming.

runLoginPanelAndValidateConnectionDictionary 

- (BOOL) runLoginPanelAndValidateConnectionDictionary;
Description forthcoming.

Software documentation for the EOAdaptor(EOExternalTypeMapping) category

EOAdaptor(EOExternalTypeMapping)

Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

Method summary


assignExternalInfoForAttribute: 

+ (void) assignExternalInfoForAttribute: (EOAttribute*)attribute;
Description forthcoming.

assignExternalInfoForEntireModel: 

+ (void) assignExternalInfoForEntireModel: (EOModel*)model;
Description forthcoming.

assignExternalInfoForEntity: 

+ (void) assignExternalInfoForEntity: (EOEntity*)entity;
Description forthcoming.

assignExternalTypeForAttribute: 

+ (void) assignExternalTypeForAttribute: (EOAttribute*)attribute;
Description forthcoming.

externalTypesWithModel: 

+ (NSArray*) externalTypesWithModel: (EOModel*)model;
Description forthcoming.

internalTypeForExternalType: model: 

+ (NSString*) internalTypeForExternalType: (NSString*)extType model: (EOModel*)model;
Description forthcoming.

Software documentation for the EOAdaptor(EOSchemaGenerationExtensions) category

EOAdaptor(EOSchemaGenerationExtensions)

Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

Method summary


createDatabaseWithAdministrativeConnectionDictionary: 

- (void) createDatabaseWithAdministrativeConnectionDictionary: (NSDictionary*)administrativeConnectionDictionary;
Description forthcoming.

dropDatabaseWithAdministrativeConnectionDictionary: 

- (void) dropDatabaseWithAdministrativeConnectionDictionary: (NSDictionary*)administrativeConnectionDictionary;
Description forthcoming.

Software documentation for the NSObject(EOAdaptorDelegate) informal protocol

NSObject(EOAdaptorDelegate)

Declared in:
EOAccess/EOAdaptor.h
Description forthcoming.

Method summary


adaptor: fetchedValueForValue: attribute: 

- (id) adaptor: (EOAdaptor*)adaptor fetchedValueForValue: (id)value attribute: (EOAttribute*)attribute;
Description forthcoming.

reconnectionDictionaryForAdaptor: 

- (NSDictionary*) reconnectionDictionaryForAdaptor: (EOAdaptor*)adaptor;
Description forthcoming.

EOAdaptor variables

EOAdaptorKey

NSString* EOAdaptorKey;
Description forthcoming.

EOAdministrativeConnectionDictionaryKey

NSString* EOAdministrativeConnectionDictionaryKey;
Description forthcoming.

EOAdministrativeConnectionDictionaryNeededNotification

NSString* EOAdministrativeConnectionDictionaryNeededNotification;
Description forthcoming.

EOConnectionDictionaryKey

NSString* EOConnectionDictionaryKey;
Description forthcoming.

EOGeneralAdaptorException

NSString* EOGeneralAdaptorException;
Description forthcoming.

EOModelKey

NSString* EOModelKey;
Description forthcoming.


Up