Uses of Interface
org.jooq.types.Interval
-
Packages that use Interval Package Description org.jooq.types Theorg.jooq.tools.typespackage 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 classDayToSecondAn implementation for the SQL standardINTERVAL DAY TO SECONDdata type.classYearToMonthAn implementation for the SQL standardINTERVAL YEAR TO MONTHdata type.classYearToSecondA combinedYearToMonth/DayToSecondinterval.Methods in org.jooq.types that return Interval Modifier and Type Method Description IntervalInterval. abs()Get the absolute value of the interval (set its sign to positive)IntervalInterval. neg()Negate the interval (change its sign)
-