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

/** * This package contains data types that are missing in JDBC. * <p> * 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 */
package org.jooq.types;