Package io.prestosql.jdbc
Class PrestoIntervalDayTime
- java.lang.Object
-
- io.prestosql.jdbc.PrestoIntervalDayTime
-
- All Implemented Interfaces:
Comparable<PrestoIntervalDayTime>
public class PrestoIntervalDayTime extends Object implements Comparable<PrestoIntervalDayTime>
-
-
Constructor Summary
Constructors Constructor Description PrestoIntervalDayTime(int day, int hour, int minute, int second, int millis)PrestoIntervalDayTime(long milliSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PrestoIntervalDayTime o)booleanequals(Object obj)longgetMilliSeconds()inthashCode()StringtoString()
-
-
-
Method Detail
-
getMilliSeconds
public long getMilliSeconds()
-
compareTo
public int compareTo(PrestoIntervalDayTime o)
- Specified by:
compareToin interfaceComparable<PrestoIntervalDayTime>
-
-