Interface Join

    • Method Detail

      • getJoinData

        StructureData getJoinData​(Cursor cursor)
        Get 'join' data to be added to the row.
        Parameters:
        cursor - the state of the iteration
        Returns:
        extra data to be added to the row
      • findVariable

        VariableDS findVariable​(String varName)
        Find the Variable of the given name in the joined table.
        Parameters:
        varName - find this Variable
        Returns:
        the named Variable, or null
      • getExtraVariable

        Variable getExtraVariable()