Class BoxedColumnSource.OfDateTime

All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<DBDateTime>, ColumnSourceGetDefaults.ForObject<DBDateTime>, ElementSource<DBDateTime>, MutableColumnSource<DBDateTime>, MutableColumnSourceGetDefaults.ForObject<DBDateTime>, Releasable, TupleExporter<DBDateTime>, TupleSource<DBDateTime>, Serializable
Enclosing class:
BoxedColumnSource<DATA_TYPE>

public static final class BoxedColumnSource.OfDateTime extends BoxedColumnSource<DBDateTime>
See Also:
  • Constructor Details

  • Method Details

    • get

      public DBDateTime get(long index)
      Description copied from interface: ElementSource
      Get the value from the source. This may return boxed values for basic types.
      Specified by:
      get in interface ElementSource<DBDateTime>
      Specified by:
      get in class BoxedColumnSource<DBDateTime>
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the value at the index, potentially null.
    • getPrev

      public DBDateTime getPrev(long index)
      Description copied from interface: ElementSource
      Get the previous value at the index. Previous values are used during an LTM update cycle to process changes in data. During normal operation previous values will be identical to current values.
      Specified by:
      getPrev in interface ElementSource<DBDateTime>
      Specified by:
      getPrev in class BoxedColumnSource<DBDateTime>
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the previous value at the index, or null.