| Package | Description |
|---|---|
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| org.jooq.tools.unsigned |
The
org.jooq.tools.unsigned package contains parts of jOOU
jOOQ has no external dependencies. |
| org.jooq.util.mysql |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.ORACLE dialect |
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType<UInteger> |
SQLDataType.INTEGERUNSIGNED
The unsigned
Types.INTEGER type |
| Modifier and Type | Method and Description |
|---|---|
static UInteger |
Unsigned.uint(int value)
Create an
unsigned int by masking it with
0xFFFFFFFF i.e. |
static UInteger |
Unsigned.uint(long value)
Create an
unsigned int |
static UInteger |
Unsigned.uint(String value)
Create an
unsigned int |
static UInteger |
UInteger.valueOf(int value)
Create an
unsigned int by masking it with
0xFFFFFFFF i.e. |
static UInteger |
UInteger.valueOf(long value)
Create an
unsigned int |
static UInteger |
UInteger.valueOf(String value)
Create an
unsigned int |
| Modifier and Type | Method and Description |
|---|---|
int |
UInteger.compareTo(UInteger o) |
| Modifier and Type | Field and Description |
|---|---|
static MySQLDataType<UInteger> |
MySQLDataType.INTEGERUNSIGNED |
static MySQLDataType<UInteger> |
MySQLDataType.INTUNSIGNED |
static MySQLDataType<UInteger> |
MySQLDataType.MEDIUMINTUNSIGNED |
Copyright © 2013. All Rights Reserved.