Class TableJoinSublayerSource


  • public final class TableJoinSublayerSource
    extends SublayerSource
    A table join sublayer source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSublayerSource or rightTableSublayerSource to be another TableJoinSublayerSource as its source.
    Since:
    100.1.0
    • Method Detail

      • getLeftFieldName

        public String getLeftFieldName()
        Gets the left table field name used in the join.
        Returns:
        the left table field
        Since:
        100.1.0
      • getRightFieldName

        public String getRightFieldName()
        Gets the right table field name used in the join.
        Returns:
        the right table field
        Since:
        100.1.0
      • getLeftTableSublayerSource

        public SublayerSource getLeftTableSublayerSource()
        Gets the left table sublayer source used in the join.
        Returns:
        the left table sublayer source
        Since:
        100.1.0
      • getRightTableSublayerSource

        public SublayerSource getRightTableSublayerSource()
        Gets the right table sublayer source used in the join.
        Returns:
        the right table sublayer source
        Since:
        100.1.0