| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Nullability |
ForcedType.nullability |
| Modifier and Type | Method and Description |
|---|---|
static Nullability |
Nullability.fromValue(String v) |
Nullability |
ForcedType.getNullability()
Whether this forced type should apply to nullable / non-nullable / all columns
|
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 |
|---|---|
void |
ForcedType.setNullability(Nullability value)
Whether this forced type should apply to nullable / non-nullable / all columns
|
ForcedType |
ForcedType.withNullability(Nullability value)
Whether this forced type should apply to nullable / non-nullable / all columns
|
Copyright © 2021. All rights reserved.