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

EODatabaseDataSource Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Date: Generated at 2025-03-07 04:56:32 +0000

Copyright: (C) 2000,2002,2003,2004,2005 Free Software Foundation, Inc.

Software documentation for the EODatabaseDataSource class

EODatabaseDataSource : EODataSource

class_EODatabaseDataSource EODataSource EODataSource EODatabaseDataSource EODatabaseDataSource EODataSource->EODatabaseDataSource p_NSCoding NSCoding p_NSCoding->EODatabaseDataSource
Declared in:
EOAccess/EODatabaseDataSource.h
Conforms to:
NSCoding
Description forthcoming.

Instance Variables

Method summary


auxiliaryQualifier 

- (EOQualifier*) auxiliaryQualifier;
Description forthcoming.

databaseContext 

- (EODatabaseContext*) databaseContext;
Description forthcoming.

entity 

- (EOEntity*) entity;
Description forthcoming.

fetchSpecification 

- (EOFetchSpecification*) fetchSpecification;
Description forthcoming.

fetchSpecificationForFetch 

- (EOFetchSpecification*) fetchSpecificationForFetch;
Description forthcoming.

initWithEditingContext: entityName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName;
Description forthcoming.

initWithEditingContext: entityName: fetchSpecificationName: 

- (id) initWithEditingContext: (EOEditingContext*)editingContext entityName: (NSString*)entityName fetchSpecificationName: (NSString*)fetchName;
Description forthcoming.

isFetchEnabled 

- (BOOL) isFetchEnabled;
Description forthcoming.

setAuxiliaryQualifier: 

- (void) setAuxiliaryQualifier: (EOQualifier*)qualifier;
Description forthcoming.

setFetchEnabled: 

- (void) setFetchEnabled: (BOOL)flag;
Description forthcoming.

setFetchSpecification: 

- (void) setFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Description forthcoming.



Instance Variables for EODatabaseDataSource Class

_auxiliaryQualifier

@protected EOQualifier* _auxiliaryQualifier;
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.

_bindings

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

_editingContext

@protected EOEditingContext* _editingContext;
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.

_fetchSpecification

@protected EOFetchSpecification* _fetchSpecification;
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.





Up