Module org.jooq
Package org.jooq.types
This 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.Interval
data type. -
Class Summary Class Description DayToSecond An implementation for the SQL standardINTERVAL DAY TO SECOND
data type.UByte Theunsigned byte
typeUInteger Theunsigned int
typeULong Theunsigned long
typeUnsigned A utility class for static access to unsigned number functionality.UNumber A base type for unsigned numbers.UShort Theunsigned short
typeYearToMonth An implementation for the SQL standardINTERVAL YEAR TO MONTH
data type.YearToSecond A combinedYearToMonth
/DayToSecond
interval.