Uses of Enum Class
org.jooq.conf.RenderNameCase
Packages that use RenderNameCase
-
Uses of RenderNameCase in org.jooq.conf
Subclasses with type arguments of type RenderNameCase in org.jooq.confFields in org.jooq.conf declared as RenderNameCaseMethods in org.jooq.conf that return RenderNameCaseModifier and TypeMethodDescriptionstatic RenderNameCaseSettings.getRenderNameCase()Whether the case ofNamereferences should be modified in any way.static final RenderNameCaseSettingsTools.getRenderNameCase(Settings settings) Backwards compatible access toRenderNameCaseand/orRenderNameStyle(the latter being deprecated).static RenderNameCaseReturns 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.Methods in org.jooq.conf with parameters of type RenderNameCaseModifier and TypeMethodDescriptionvoidSettings.setRenderNameCase(RenderNameCase value) Whether the case ofNamereferences should be modified in any way.Settings.withRenderNameCase(RenderNameCase value) Whether the case ofNamereferences should be modified in any way.