|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UInteger | |
---|---|
org.jooq.impl | |
org.jooq.tools.unsigned | |
org.jooq.util.mysql |
Uses of UInteger in org.jooq.impl |
---|
Fields in org.jooq.impl with type parameters of type UInteger | |
---|---|
static SQLDataType<UInteger> |
SQLDataType.INTEGERUNSIGNED
The unsigned Types.INTEGER type |
Uses of UInteger in org.jooq.tools.unsigned |
---|
Methods in org.jooq.tools.unsigned that return UInteger | |
---|---|
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(String value)
Create an unsigned int |
Methods in org.jooq.tools.unsigned with parameters of type UInteger | |
---|---|
int |
UInteger.compareTo(UInteger o)
|
Uses of UInteger in org.jooq.util.mysql |
---|
Fields in org.jooq.util.mysql with type parameters of type UInteger | |
---|---|
static MySQLDataType<UInteger> |
MySQLDataType.INTEGERUNSIGNED
|
static MySQLDataType<UInteger> |
MySQLDataType.INTUNSIGNED
|
static MySQLDataType<UInteger> |
MySQLDataType.MEDIUMINTUNSIGNED
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |