Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Nullability |
DataType.nullability()
Get the nullability of this data type.
|
static Nullability |
Nullability.of(boolean nullability)
Get the explicit
Nullability corresponding to a boolean value. |
static Nullability |
Nullability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nullability[] |
Nullability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataType<T> |
DataType.nullability(Nullability nullability)
Return a new data type like this, with a new nullability.
|
Modifier and Type | Method and Description |
---|---|
Nullability |
DefaultDataType.nullability() |
Modifier and Type | Method and Description |
---|---|
DataType<T> |
DefaultDataType.nullability(Nullability n) |
Copyright © 2019. All rights reserved.