Package org.jooq.types
The
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
-
Interface Summary Interface Description Interval A substitute for JDBC's missingjava.sql.Intervaldata type. -
Class Summary Class Description DayToSecond An implementation for the SQL standardINTERVAL DAY TO SECONDdata type.UByte Theunsigned bytetypeUInteger Theunsigned inttypeULong Theunsigned longtypeUnsigned A utility class for static access to unsigned number functionality.UNumber A base type for unsigned numbers.UShort Theunsigned shorttypeYearToMonth An implementation for the SQL standardINTERVAL YEAR TO MONTHdata type.YearToSecond A combinedYearToMonth/DayToSecondinterval.