Class TimestampUtils.ParsedTimestamp

java.lang.Object
org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
Enclosing class:
TimestampUtils

private static class TimestampUtils.ParsedTimestamp extends Object
  • Field Details

    • hasDate

      boolean hasDate
    • era

      int era
    • year

      int year
    • month

      int month
    • hasTime

      boolean hasTime
    • day

      int day
    • hour

      int hour
    • minute

      int minute
    • second

      int second
    • nanos

      int nanos
    • hasOffset

      boolean hasOffset
    • offset

      ZoneOffset offset
  • Constructor Details

    • ParsedTimestamp

      private ParsedTimestamp()