Module org.jooq
Package org.jooq.types
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
-
ClassDescriptionAn implementation for the SQL standard
INTERVAL DAY TO SECOND
data type.Theunsigned byte
typeTheunsigned int
typeTheunsigned long
typeA utility class for static access to unsigned number functionality.A base type for unsigned numbers.Theunsigned short
typeAn implementation for the SQL standardINTERVAL YEAR TO MONTH
data type.A combinedYearToMonth
/DayToSecond
interval.