Uses of Class
org.jooq.Nullability
-
Packages that use Nullability Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Nullability in org.jooq
Methods in org.jooq that return Nullability Modifier and Type Method Description Nullability
DataType. nullability()
Get the nullability of this data type.static 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 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()
Methods in org.jooq.impl with parameters of type Nullability Modifier and Type Method Description DataType<T>
DefaultDataType. nullability(Nullability n)
-