Class ReporterListJoin

    • Constructor Detail

      • ReporterListJoin

        ReporterListJoin​(ReporterList reporterList,
                         JoinType joinType,
                         VirtualTable left,
                         VirtualColumn leftColumn)
        Create a new join to a reporter list using the given VirtualTable as the left table. The given VirtualColumn should hold the reporter id values.
        Parameters:
        reporterList - The reporter list to join
        joinType - The type of join
        left - The left table
        leftColumn - The column in the left table holding reporter id:s
        Since:
        3.0
      • ReporterListJoin

        ReporterListJoin​(ReporterList reporterList,
                         JoinType joinType,
                         RealTable left,
                         String leftColumn)
        Create a new join to a reporter list using the given RealTable as the left table. The given leftColumn should hold the reporter id values.
        Parameters:
        reporterList - The reporter list to join
        joinType - The type of join
        left - The left table
        leftColumn - The column in the left table holding reporter id:s
        Since:
        3.0