| Package | Description | 
|---|---|
| org.jooq.types | The  org.jooq.tools.typespackage contains data types that are
 missing in JDBC
 
 JDBC is missing some important SQL data types, such as INTERVAL types, or
 UNSIGNED NUMBER types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DayToSecondAn implementation for the SQL standard  INTERVAL DAY TO SECONDdata type. | 
| class  | YearToMonthAn implementation for the SQL standard  INTERVAL YEAR TO MONTHdata 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 © 2013. All Rights Reserved.