Class SqlTimeWithTimeZone

java.lang.Object
io.trino.spi.type.SqlTimeWithTimeZone

public final class SqlTimeWithTimeZone extends Object
  • Method Details

    • newInstance

      public static SqlTimeWithTimeZone newInstance(int precision, long picoseconds, int offsetMinutes)
    • getPicos

      public long getPicos()
    • getOffsetMinutes

      public int getOffsetMinutes()
    • roundTo

      public SqlTimeWithTimeZone roundTo(int precision)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object