Up

EOJoin Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)

Version: 27695

Date: 2009-01-26 13:05:29 +0100 (Mon, 26. Jän 2009)

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 : NSObject

Declared in:
EOAccess/EOJoin.h
Description forthcoming.

Instance Variables

Method summary

description 

- (NSString*) description;
Description forthcoming.

destinationAttribute 

- (EOAttribute*) destinationAttribute;
Description forthcoming.

initWithSourceAttribute: destinationAttribute: 

- (id) initWithSourceAttribute: (EOAttribute*)source destinationAttribute: (EOAttribute*)destination;
Description forthcoming.

isReciprocalToJoin: 

- (BOOL) isReciprocalToJoin: (EOJoin*)otherJoin;
Description forthcoming.

sourceAttribute 

- (EOAttribute*) sourceAttribute;
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
Description forthcoming.
Method summary

joinWithSourceAttribute: destinationAttribute: 

+ (EOJoin*) joinWithSourceAttribute: (EOAttribute*)source destinationAttribute: (EOAttribute*)destination;
Description forthcoming.


Up