Uses of Class
com.exasol.datatype.value.IntervalYearToMonth
-
Packages that use IntervalYearToMonth Package Description com.exasol.datatype.value -
-
Uses of IntervalYearToMonth in com.exasol.datatype.value
Methods in com.exasol.datatype.value that return IntervalYearToMonth Modifier and Type Method Description static IntervalYearToMonth
IntervalYearToMonth. ofMonths(long value)
Create anIntervalDayToSecond
from a number of monthsstatic IntervalYearToMonth
IntervalYearToMonth. parse(String text)
Parse anIntervalDayToSecond
from a string
-