Package com.facebook.presto.jdbc
Class PrestoIntervalDayTime
java.lang.Object
com.facebook.presto.jdbc.PrestoIntervalDayTime
- All Implemented Interfaces:
Comparable<PrestoIntervalDayTime>
-
Constructor Summary
ConstructorsConstructorDescriptionPrestoIntervalDayTime(int day, int hour, int minute, int second, int millis) PrestoIntervalDayTime(long milliSeconds) -
Method Summary
-
Constructor Details
-
PrestoIntervalDayTime
public PrestoIntervalDayTime(long milliSeconds) -
PrestoIntervalDayTime
public PrestoIntervalDayTime(int day, int hour, int minute, int second, int millis)
-
-
Method Details
-
getMilliSeconds
public long getMilliSeconds() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<PrestoIntervalDayTime>
-
toString
-