|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use UShort | |
|---|---|
| org.jooq.impl | |
| org.jooq.tools.unsigned | |
| org.jooq.util.mysql | |
| Uses of UShort in org.jooq.impl |
|---|
| Fields in org.jooq.impl with type parameters of type UShort | |
|---|---|
static SQLDataType<UShort> |
SQLDataType.SMALLINTUNSIGNED
The unsigned Types.SMALLINT type |
| Uses of UShort in org.jooq.tools.unsigned |
|---|
| Methods in org.jooq.tools.unsigned that return UShort | |
|---|---|
static UShort |
Unsigned.ushort(int value)
Create an unsigned short |
static UShort |
Unsigned.ushort(short value)
Create an unsigned short by masking it with
0xFFFF i.e. |
static UShort |
Unsigned.ushort(String value)
Create an unsigned short |
static UShort |
UShort.valueOf(short value)
Create an unsigned short by masking it with
0xFFFF i.e. |
static UShort |
UShort.valueOf(String value)
Create an unsigned short |
| Methods in org.jooq.tools.unsigned with parameters of type UShort | |
|---|---|
int |
UShort.compareTo(UShort o)
|
| Uses of UShort in org.jooq.util.mysql |
|---|
| Fields in org.jooq.util.mysql with type parameters of type UShort | |
|---|---|
static MySQLDataType<UShort> |
MySQLDataType.SMALLINTUNSIGNED
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||