Public Fields

  Name Description
Public field Static EQUAL A constant representing a JoinComparison instance of type EQUAL. This specifies that the constituents of the join are equal. This field is read-only.
Public field Static 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. This field is constant and read-only.
Public field Static 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. This field is read-only.
Public field Static 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. This field is constant and read-only.
Public field Static 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. This field is read-only.
Public field Static 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. This field is constant and read-only.
Public field Static 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. This field is read-only.
Public field Static 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. This field is constant and read-only.
Public field Static 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. This field is read-only.
Public field Static 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. This field is constant and read-only.
Public field Static NOT_EQUAL A constant representing a JoinComparison instance of type NOT_EQUAL. This specifies that the constituents of the join are not equal. This field is read-only.
Public field Static 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. This field is constant and read-only.
Top

See Also