Uses of Enum Class
org.jooq.conf.RenderDefaultNullability
-
Uses of RenderDefaultNullability in org.jooq.conf
Modifier and TypeFieldDescriptionprotected RenderDefaultNullability
Settings.renderDefaultNullability
Modifier and TypeMethodDescriptionstatic RenderDefaultNullability
Settings.getRenderDefaultNullability()
Whether theNullability.DEFAULT
nullablity should be rendered in generated DDL, and how it should be rendered.static RenderDefaultNullability
Returns the enum constant of this class with the specified name.static RenderDefaultNullability[]
RenderDefaultNullability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setRenderDefaultNullability
(RenderDefaultNullability value) Whether theNullability.DEFAULT
nullablity should be rendered in generated DDL, and how it should be rendered.Settings.withRenderDefaultNullability
(RenderDefaultNullability value) Whether theNullability.DEFAULT
nullablity should be rendered in generated DDL, and how it should be rendered.