org.jooq.tools.types package contains data types that are
 missing in JDBC.See: Description
| Interface | Description | 
|---|---|
| Interval | A substitute for JDBC's missing  java.sql.Intervaldata type. | 
| Class | Description | 
|---|---|
| DayToSecond | An implementation for the SQL standard  INTERVAL DAY TO SECONDdata type. | 
| UByte | The  unsigned bytetype | 
| UInteger | The  unsigned inttype | 
| ULong | The  unsigned longtype | 
| Unsigned | A utility class for static access to unsigned number functionality. | 
| UNumber | A base type for unsigned numbers. | 
| UShort | The  unsigned shorttype | 
| YearToMonth | An implementation for the SQL standard  INTERVAL YEAR TO MONTHdata type. | 
org.jooq.tools.types package contains data types that are
 missing in JDBC.
 JDBC is missing some important SQL data types, such as INTERVAL types, or UNSIGNED NUMBER types. These are provided here in this package by jOOQ
Copyright © 2016. All Rights Reserved.