Uses of Enum Class
org.jooq.Nullability
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Nullability in org.jooq
Modifier and TypeMethodDescription@NotNull Nullability
DataType.nullability()
Get the nullability of this data type.static @NotNull Nullability
Nullability.of
(boolean nullability) Get the explicitNullability
corresponding to a boolean value.static Nullability
Returns the enum constant of this class with the specified name.static Nullability[]
Nullability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDataType.nullability
(Nullability nullability) Return a new data type like this, with a new nullability. -
Uses of Nullability in org.jooq.impl