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

  • Class
    Description
    An implementation for the SQL standard INTERVAL DAY TO SECOND data type.
    A substitute for JDBC's missing java.sql.Interval data type.
    The unsigned byte type
    The unsigned int type
    The unsigned long type
    A utility class for static access to unsigned number functionality.
    A base type for unsigned numbers.
    The unsigned short type
    An implementation for the SQL standard INTERVAL YEAR TO MONTH data type.
    A combined YearToMonth / DayToSecond interval.