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<ULong> |
SQLDataType.BIGINTUNSIGNED
The unsigned
Types.BIGINT type |
Modifier and Type | Method and Description |
---|---|
static ULong |
Unsigned.ulong(BigInteger value)
Create an
unsigned long |
static ULong |
Unsigned.ulong(long value)
Create an
unsigned long by masking it with
0xFFFFFFFFFFFFFFFF i.e. |
static ULong |
Unsigned.ulong(String value)
Create an
unsigned long |
static ULong |
ULong.valueOf(BigInteger value)
Create an
unsigned long |
static ULong |
ULong.valueOf(long value)
Create an
unsigned long by masking it with
0xFFFFFFFFFFFFFFFF i.e. |
static ULong |
ULong.valueOf(String value)
Create an
unsigned long |
Modifier and Type | Method and Description |
---|---|
int |
ULong.compareTo(ULong o) |
Modifier and Type | Field and Description |
---|---|
static MySQLDataType<ULong> |
MySQLDataType.BIGINTUNSIGNED |
Copyright © 2013. All Rights Reserved.