Uses of Class
org.jooq.Nullability
-
Packages that use Nullability Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of Nullability in org.jooq
Methods in org.jooq that return Nullability Modifier and Type Method Description @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
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.Methods in org.jooq with parameters of type Nullability Modifier and Type Method Description @NotNull DataType<T>
DataType. nullability(Nullability nullability)
Return a new data type like this, with a new nullability. -
Uses of Nullability in org.jooq.impl
Methods in org.jooq.impl that return Nullability Modifier and Type Method Description Nullability
DefaultDataType. nullability()
-