Package io.trino.jdbc
Class TrinoIntervalYearMonth
java.lang.Object
io.trino.jdbc.TrinoIntervalYearMonth
- All Implemented Interfaces:
Comparable<TrinoIntervalYearMonth>
-
Constructor Summary
ConstructorsConstructorDescriptionTrinoIntervalYearMonth
(int months) TrinoIntervalYearMonth
(int year, int months) -
Method Summary
-
Constructor Details
-
TrinoIntervalYearMonth
public TrinoIntervalYearMonth(int months) -
TrinoIntervalYearMonth
public TrinoIntervalYearMonth(int year, int months)
-
-
Method Details
-
getMonths
public int getMonths() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TrinoIntervalYearMonth>
-
toString
-