org.jooq.tools.types
package contains data types that are
missing in JDBC.See: Description
Interface | Description |
---|---|
Interval |
A substitute for JDBC's missing
java.sql.Interval data type. |
Class | Description |
---|---|
DayToSecond |
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
UByte |
The
unsigned byte type |
UInteger |
The
unsigned int type |
ULong |
The
unsigned long type |
Unsigned |
A utility class for static access to unsigned number functionality.
|
UNumber |
A base type for unsigned numbers.
|
UShort |
The
unsigned short type |
YearToMonth |
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
org.jooq.tools.types
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
Copyright © 2014. All Rights Reserved.