Uses of Interface
org.jooq.types.Interval
-
Packages that use Interval Package Description org.jooq.types Theorg.jooq.tools.types
package contains data types that are missing in JDBC. -
-
Uses of Interval in org.jooq.types
Classes in org.jooq.types that implement Interval Modifier and Type Class Description class
DayToSecond
An implementation for the SQL standardINTERVAL DAY TO SECOND
data type.class
YearToMonth
An implementation for the SQL standardINTERVAL YEAR TO MONTH
data type.class
YearToSecond
A combinedYearToMonth
/DayToSecond
interval.Methods in org.jooq.types that return Interval Modifier and Type Method Description Interval
Interval. abs()
Get the absolute value of the interval (set its sign to positive)Interval
Interval. neg()
Negate the interval (change its sign)
-