Interface Datetime.Timestamp.Modifier<T>

Enclosing interface:
Datetime.Timestamp<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Datetime.Timestamp.Modifier<T>
Functional interface to obtain information from the PostgreSQL type modifier applied to the type.
  • Method Summary

    Modifier and Type
    Method
    Description
    modify(OptionalInt precision)
    Returns a Timestamp function possibly tailored ("curried") with the values from a PostgreSQL type modifier on the type.
  • Method Details

    • modify

      Datetime.Timestamp<T> modify(OptionalInt precision)
      Returns a Timestamp function possibly tailored ("curried") with the values from a PostgreSQL type modifier on the type.

      The precision indicates the number of seconds digits desired to the right of the decimal point, and must be positive and no greater than MAX_TIMESTAMP_PRECISION.