Uses of Enum Class
org.jooq.conf.RenderNameCase
-
Uses of RenderNameCase in org.jooq.conf
Modifier and TypeMethodDescriptionstatic RenderNameCase
Settings.getRenderNameCase()
Whether the case ofName
references should be modified in any way.static final RenderNameCase
SettingsTools.getRenderNameCase
(Settings settings) Backwards compatible access toRenderNameCase
and/orRenderNameStyle
(the latter being deprecated).static RenderNameCase
Returns the enum constant of this class with the specified name.static RenderNameCase[]
RenderNameCase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setRenderNameCase
(RenderNameCase value) Whether the case ofName
references should be modified in any way.Settings.withRenderNameCase
(RenderNameCase value) Whether the case ofName
references should be modified in any way.