Package | Description |
---|---|
org.jooq.types |
The
org.jooq.tools.types package contains data types that are
missing in JDBC. |
Modifier and Type | Class and Description |
---|---|
class |
DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
class |
YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
Modifier and Type | Method and 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)
|
Copyright © 2014. All Rights Reserved.