Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com
)
-
Date: Generated at 2024-06-22 08:55:54 +0000
Copyright: (C)
2000-2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOAccess/EOJoin.h
Description forthcoming.
Instance Variables
Method summary
- (NSString*)
description;
Description forthcoming.
- (
EOAttribute*)
destinationAttribute;
Description forthcoming.
- (id)
initWithSourceAttribute: (
EOAttribute*)source
destinationAttribute: (
EOAttribute*)destination;
Description forthcoming.
- (BOOL)
isReciprocalToJoin: (
EOJoin*)otherJoin;
Description forthcoming.
- (
EOAttribute*)
sourceAttribute;
Description forthcoming.
Instance Variables for EOJoin Class
@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.
@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.
- Declared in:
- EOAccess/EOJoin.h
Description forthcoming.
Method summary
Up