| 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<UByte> |
SQLDataType.TINYINTUNSIGNED
The unsigned
Types.TINYINT type |
| Modifier and Type | Method and Description |
|---|---|
static UByte |
Unsigned.ubyte(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
Unsigned.ubyte(int value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(long value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(short value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(String value)
Create an
unsigned byte |
static UByte |
UByte.valueOf(byte value)
Get an instance of an
unsigned byte by masking it with
0xFF i.e. |
static UByte |
UByte.valueOf(int value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(long value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(short value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(String value)
Get an instance of an
unsigned byte |
| Modifier and Type | Method and Description |
|---|---|
int |
UByte.compareTo(UByte o) |
| Modifier and Type | Field and Description |
|---|---|
static MySQLDataType<UByte> |
MySQLDataType.TINYINTUNSIGNED |
Copyright © 2013. All Rights Reserved.