Up

EOJoin Class

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 EOJoin class
  2. Software documentation for the EOJoin(EOJoinPrivate) category

Software documentation for the EOJoin class

EOJoin : GCObject

Declared in:
EOAccess/EOJoin.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

joinWithSourceAttribute: destinationAttribute: 

+ (EOJoin*) joinWithSourceAttribute: (EOAttribute*)source destinationAttribute: (EOAttribute*)destination;
Availability: OpenStep

Description forthcoming.

description 

- (NSString*) description;
Availability: OpenStep

Description forthcoming.

destinationAttribute 

- (EOAttribute*) destinationAttribute;
Availability: OpenStep

Description forthcoming.

initWithSourceAttribute: destinationAttribute: 

- (id) initWithSourceAttribute: (EOAttribute*)source destinationAttribute: (EOAttribute*)destination;
Availability: OpenStep

Description forthcoming.

isReciprocalToJoin: 

- (BOOL) isReciprocalToJoin: (EOJoin*)otherJoin;
Availability: OpenStep

Description forthcoming.

sourceAttribute 

- (EOAttribute*) sourceAttribute;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOJoin Class

_destinationAttribute

@protected EOAttribute* _destinationAttribute;
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.

_sourceAttribute

@protected EOAttribute* _sourceAttribute;
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 EOJoin(EOJoinPrivate) category

EOJoin(EOJoinPrivate)

Declared in:
EOAccess/EOJoin.h
Availability: OpenStep

Description forthcoming.

Up