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 SECONDdata type.A substitute for JDBC's missingjava.sql.Intervaldata type.Theunsigned bytetypeTheunsigned inttypeTheunsigned longtypeA utility class for static access to unsigned number functionality.A base type for unsigned numbers.Theunsigned shorttypeAn implementation for the SQL standardINTERVAL YEAR TO MONTHdata type.A combinedYearToMonth/DayToSecondinterval.