Interface TemporalColumn<T extends Temporal>

    • Method Detail

      • get

        T get​(int r)
        Returns a value of the Object type stored in the column (e.g. a LocalDateTime) at the given row
        Specified by:
        get in interface Column<T extends Temporal>
      • getLongInternal

        long getLongInternal​(int r)
        Returns the internal (long-encoded) value stored in the column at the given row
      • appendInternal

        TemporalColumn<T> appendInternal​(long value)
        Returns this column with the argument appended at the bottom