Class PrestoIntervalDayTime

java.lang.Object
com.facebook.presto.jdbc.PrestoIntervalDayTime
All Implemented Interfaces:
Comparable<PrestoIntervalDayTime>

public class PrestoIntervalDayTime extends Object implements Comparable<PrestoIntervalDayTime>
  • Constructor Details

    • PrestoIntervalDayTime

      public PrestoIntervalDayTime(long milliSeconds)
    • PrestoIntervalDayTime

      public PrestoIntervalDayTime(int day, int hour, int minute, int second, int millis)
  • Method Details