| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage 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  Nullabilitycorresponding to a boolean value. | 
| static Nullability | Nullability. valueOf(java.lang.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 © 2018. All Rights Reserved.