|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UByte | |
---|---|
org.jooq.impl | |
org.jooq.tools.unsigned | |
org.jooq.util.mysql |
Uses of UByte in org.jooq.impl |
---|
Fields in org.jooq.impl with type parameters of type UByte | |
---|---|
static SQLDataType<UByte> |
SQLDataType.TINYINTUNSIGNED
The unsigned Types.TINYINT type |
Uses of UByte in org.jooq.tools.unsigned |
---|
Methods in org.jooq.tools.unsigned that return UByte | |
---|---|
static UByte |
Unsigned.ubyte(byte value)
Create an unsigned byte by masking it with 0xFF
i.e. |
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)
Create an unsigned byte by masking it with 0xFF
i.e. |
static UByte |
UByte.valueOf(String value)
Create an unsigned byte |
Methods in org.jooq.tools.unsigned with parameters of type UByte | |
---|---|
int |
UByte.compareTo(UByte o)
|
Uses of UByte in org.jooq.util.mysql |
---|
Fields in org.jooq.util.mysql with type parameters of type UByte | |
---|---|
static MySQLDataType<UByte> |
MySQLDataType.TINYINTUNSIGNED
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |