Up

EOAdaptorChannel

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)

Version: 21645

Date: 2005-08-17 10:07:57 +0200 (Mit, 17 Aug 2005)

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


Contents -

  1. Software documentation for the EOAdaptorChannel class
  2. Software documentation for the EOAdaptorChannel(EOBatchProcessing) category
  3. Software documentation for the EOAdaptorChannel(EOStoredProcedures) category
  4. Software documentation for the NSObject(EOAdaptorChannelDelegation) informal protocol

Software documentation for the EOAdaptorChannel class

EOAdaptorChannel : NSObject

Declared in:
EOAccess/EOAdaptorChannel.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

adaptorChannelWithAdaptorContext: 

+ (EOAdaptorChannel*) adaptorChannelWithAdaptorContext: (EOAdaptorContext*)adaptorContext;
Availability: OpenStep

Description forthcoming.

adaptorContext 

- (EOAdaptorContext*) adaptorContext;
Availability: OpenStep

Description forthcoming.

addStoredProceduresNamed: toModel: 

- (void) addStoredProceduresNamed: (NSArray*)storedProcedureNames toModel: (EOModel*)model;
Availability: OpenStep

Description forthcoming.

attributesToFetch 

- (NSArray*) attributesToFetch;
Availability: OpenStep

Description forthcoming.

cancelFetch 

- (void) cancelFetch;
Availability: OpenStep

Description forthcoming.

closeChannel 

- (void) closeChannel;
Availability: OpenStep

Description forthcoming.

delegate 

- (id) delegate;
Availability: OpenStep

Description forthcoming.

deleteRowDescribedByQualifier: entity: 

- (void) deleteRowDescribedByQualifier: (EOQualifier*)qualifier entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

deleteRowsDescribedByQualifier: entity: 

- (unsigned) deleteRowsDescribedByQualifier: (EOQualifier*)qualifier entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

describeModelWithTableNames: 

- (EOModel*) describeModelWithTableNames: (NSArray*)tableNames;
Availability: OpenStep

Description forthcoming.

describeResults 

- (NSArray*) describeResults;
Availability: OpenStep

Description forthcoming.

describeStoredProcedureNames 

- (NSArray*) describeStoredProcedureNames;
Availability: OpenStep

Description forthcoming.

describeTableNames 

- (NSArray*) describeTableNames;
Availability: OpenStep

Description forthcoming.

dictionaryWithObjects: forAttributes: zone: 

- (NSMutableDictionary*) dictionaryWithObjects: (id*)objects forAttributes: (NSArray*)attributes zone: (NSZone*)zone;
Availability: OpenStep

Description forthcoming.

evaluateExpression: 

- (void) evaluateExpression: (EOSQLExpression*)expression;
Availability: OpenStep

Description forthcoming.

fetchRowWithZone: 

- (NSMutableDictionary*) fetchRowWithZone: (NSZone*)zone;
Availability: OpenStep

Description forthcoming.

initWithAdaptorContext: 

- (id) initWithAdaptorContext: (EOAdaptorContext*)adaptorContext;
Availability: OpenStep

Description forthcoming.

insertRow: forEntity: 

- (void) insertRow: (NSDictionary*)row forEntity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

isDebugEnabled 

- (BOOL) isDebugEnabled;
Availability: OpenStep

Description forthcoming.

isFetchInProgress 

- (BOOL) isFetchInProgress;
Availability: OpenStep

Description forthcoming.

isOpen 

- (BOOL) isOpen;
Availability: OpenStep

Description forthcoming.

lockRowComparingAttributes: entity: qualifier: snapshot: 

- (void) lockRowComparingAttributes: (NSArray*)attrs entity: (EOEntity*)entity qualifier: (EOQualifier*)qualifier snapshot: (NSDictionary*)snapshot;
Availability: OpenStep

Description forthcoming.

openChannel 

- (void) openChannel;
Availability: OpenStep

Description forthcoming.

primaryKeyForNewRowWithEntity: 

- (NSDictionary*) primaryKeyForNewRowWithEntity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

selectAttributes: fetchSpecification: lock: entity: 

- (void) selectAttributes: (NSArray*)attributes fetchSpecification: (EOFetchSpecification*)fetchSpecification lock: (BOOL)flag entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

setAttributesToFetch: 

- (void) setAttributesToFetch: (NSArray*)attributes;
Availability: OpenStep

Description forthcoming.

setDebugEnabled: 

- (void) setDebugEnabled: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)delegate;
Availability: OpenStep

Description forthcoming.

updateValues: inRowDescribedByQualifier: entity: 

- (void) updateValues: (NSDictionary*)row inRowDescribedByQualifier: (EOQualifier*)qualifier entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

updateValues: inRowsDescribedByQualifier: entity: 

- (unsigned) updateValues: (NSDictionary*)values inRowsDescribedByQualifier: (EOQualifier*)qualifier entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOAdaptorChannel Class

_context

@protected EOAdaptorContext* _context;
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.

_debug

@protected BOOL _debug;
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.

_delegateRespondsTo

@protected struct ... _delegateRespondsTo;
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 EOAdaptorChannel(EOBatchProcessing) category

EOAdaptorChannel(EOBatchProcessing)

Declared in:
EOAccess/EOAdaptorChannel.h
Availability: OpenStep

Description forthcoming.
Method summary

performAdaptorOperation: 

- (void) performAdaptorOperation: (EOAdaptorOperation*)adaptorOperation;
Availability: OpenStep

Description forthcoming.

performAdaptorOperations: 

- (void) performAdaptorOperations: (NSArray*)adaptorOperations;
Availability: OpenStep

Description forthcoming.

Software documentation for the EOAdaptorChannel(EOStoredProcedures) category

EOAdaptorChannel(EOStoredProcedures)

Declared in:
EOAccess/EOAdaptorChannel.h
Availability: OpenStep

Description forthcoming.
Method summary

executeStoredProcedure: withValues: 

- (void) executeStoredProcedure: (EOStoredProcedure*)storedProcedure withValues: (NSDictionary*)values;
Availability: OpenStep

Description forthcoming.

returnValuesForLastStoredProcedureInvocation 

- (NSDictionary*) returnValuesForLastStoredProcedureInvocation;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSObject(EOAdaptorChannelDelegation) informal protocol

NSObject(EOAdaptorChannelDelegation)

Declared in:
EOAccess/EOAdaptorChannel.h
Availability: OpenStep

Description forthcoming.
Method summary

adaptorChannel: didEvaluateExpression: 

- (void) adaptorChannel: (id)channel didEvaluateExpression: (EOSQLExpression*)expression;
Availability: OpenStep

Description forthcoming.

adaptorChannel: didExecuteStoredProcedure: withValues: 

- (void) adaptorChannel: (id)channel didExecuteStoredProcedure: (EOStoredProcedure*)procedure withValues: (NSDictionary*)values;
Availability: OpenStep

Description forthcoming.

adaptorChannel: didFetchRow: 

- (void) adaptorChannel: (id)channel didFetchRow: (NSMutableDictionary*)row;
Availability: OpenStep

Description forthcoming.

adaptorChannel: didPerformOperations: exception: 

- (NSException*) adaptorChannel: (id)channel didPerformOperations: (NSArray*)operations exception: (NSException*)exception;
Availability: OpenStep

Description forthcoming.

adaptorChannel: didSelectAttributes: fetchSpecification: lock: entity: 

- (void) adaptorChannel: (id)channel didSelectAttributes: (NSArray*)attributes fetchSpecification: (EOFetchSpecification*)fetchSpecification lock: (BOOL)flag entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

adaptorChannel: shouldEvaluateExpression: 

- (BOOL) adaptorChannel: (id)channel shouldEvaluateExpression: (EOSQLExpression*)expression;
Availability: OpenStep

Description forthcoming.

adaptorChannel: shouldExecuteStoredProcedure: withValues: 

- (NSDictionary*) adaptorChannel: (id)channel shouldExecuteStoredProcedure: (EOStoredProcedure*)procedure withValues: (NSDictionary*)values;
Availability: OpenStep

Description forthcoming.

adaptorChannel: shouldReturnValuesForStoredProcedure: 

- (NSDictionary*) adaptorChannel: (id)channel shouldReturnValuesForStoredProcedure: (NSDictionary*)returnValues;
Availability: OpenStep

Description forthcoming.

adaptorChannel: shouldSelectAttributes: fetchSpecification: lock: entity: 

- (BOOL) adaptorChannel: (id)channel shouldSelectAttributes: (NSArray*)attributes fetchSpecification: (EOFetchSpecification*)fetchSpecification lock: (BOOL)flag entity: (EOEntity*)entity;
Availability: OpenStep

Description forthcoming.

adaptorChannel: willPerformOperations: 

- (NSArray*) adaptorChannel: (id)channel willPerformOperations: (NSArray*)operations;
Availability: OpenStep

Description forthcoming.

adaptorChannelDidChangeResultSet: 

- (void) adaptorChannelDidChangeResultSet: (id)channel;
Availability: OpenStep

Description forthcoming.

adaptorChannelDidFinishFetching: 

- (void) adaptorChannelDidFinishFetching: (id)channel;
Availability: OpenStep

Description forthcoming.

adaptorChannelShouldConstructStoredProcedureReturnValues: 

- (NSDictionary*) adaptorChannelShouldConstructStoredProcedureReturnValues: (id)channel;
Availability: OpenStep

Description forthcoming.

adaptorChannelWillFetchRow: 

- (void) adaptorChannelWillFetchRow: (id)channel;
Availability: OpenStep

Description forthcoming.


Up