Uses of Enum Class
org.jooq.conf.RenderKeywordCase
Packages that use RenderKeywordCase
-
Uses of RenderKeywordCase in org.jooq.conf
Fields in org.jooq.conf declared as RenderKeywordCaseMethods in org.jooq.conf that return RenderKeywordCaseModifier 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.Methods in org.jooq.conf with parameters of type RenderKeywordCaseModifier 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.