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