Interface Record

    • Method Detail

      • getValue

        <T> T getValue​(Column<T> column)
        Returns the column value of this record.
        Type Parameters:
        T - value type
        Parameters:
        column - Column<T>; column
        Returns:
        the column value in this record
      • getValue

        Object getValue​(String id)
        Returns the column value of this record.
        Parameters:
        id - String; column id
        Returns:
        the column value in this record