The JoinComparison type exposes the following members.
Fields
Type | Name | Description |
---|---|---|
![]() ![]() | EQUAL |
A constant representing a JoinComparison instance of type
EQUAL. This specifies that the constituents of the join are equal.
|
![]() ![]() | EQUAL_AS_INT |
An integer associated with the EQUAL instance of this class.
Use the static instances of this class, rather than the associated integer
values. The integer values risk binary incompatibility (but not source
incompatibility) across product releases.
|
![]() ![]() | GREATER_THAN |
A constant representing a JoinComparison instance of type
GREATER_THAN. This specifies that the initial constituent of the
join is greater than the other constituent.
|
![]() ![]() | GREATER_THAN_AS_INT |
An integer associated with the GREATER_THAN instance of this class.
Use the static instances of this class, rather than the associated integer
values. The integer values risk binary incompatibility (but not source
incompatibility) across product releases.
|
![]() ![]() | GREATER_THAN_EQUAL_TO |
A constant representing a JoinComparison instance of type
GREATER_THAN_EQUAL_TO. This specifies that the initial
constituent of the join is greater than or equal to the other constituent.
|
![]() ![]() | GREATER_THAN_EQUAL_TO_AS_INT |
An integer associated with the GREATER_THAN_EQUAL_TO instance of
this class. Use the static instances of this class, rather than the associated integer
values. The integer values risk binary incompatibility (but not source
incompatibility) across product releases.
|
![]() ![]() | LESS_THAN |
A constant representing a JoinComparison instance of type
LESS_THAN. This specifies that the initial constituent of the
join is less than the other constituent.
|
![]() ![]() | LESS_THAN_AS_INT |
An integer associated with the LESS_THAN instance of this class.
Use the static instances of this class, rather than the associated integer values.
The integer values risk binary incompatibility (but not source incompatibility)
across product releases.
|
![]() ![]() | LESS_THAN_EQUAL_TO |
A constant representing a JoinComparison instance of type
LESS_THAN_EQUAL_TO. This specifies that the initial constituent
of the join is less than or equal to the other constituent.
|
![]() ![]() | LESS_THAN_EQUAL_TO_AS_INT |
An integer associated with the LESS_THAN_EQUAL_TO instance of this
class. Use the static instances of this class, rather than the associated integer
values. The integer values risk binary incompatibility (but not source
incompatibility) across product releases.
|
![]() ![]() | NOT_EQUAL |
A constant representing a JoinComparison instance of type
NOT_EQUAL. This specifies that the constituents of the join are not equal.
|
![]() ![]() | NOT_EQUAL_AS_INT |
An integer associated with the NOT_EQUAL instance of this class.
Use the static instances of this class, rather than the associated integer
values. The integer values risk binary incompatibility (but not source
incompatibility) across product releases.
|