Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected RenderKeywordCase |
Settings.renderKeywordCase |
Modifier and Type | Method and Description |
---|---|
static RenderKeywordCase |
RenderKeywordCase.fromValue(String v) |
RenderKeywordCase |
Settings.getRenderKeywordCase()
Whether the case of
Keyword references should be modified in any way. |
static RenderKeywordCase |
SettingsTools.getRenderKeywordCase(Settings settings)
Backwards compatible access to
RenderKeywordCase and/or
RenderKeywordStyle (the latter being deprecated). |
static RenderKeywordCase |
RenderKeywordCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderKeywordCase[] |
RenderKeywordCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setRenderKeywordCase(RenderKeywordCase value)
Whether the case of
Keyword references should be modified in any way. |
Settings |
Settings.withRenderKeywordCase(RenderKeywordCase value)
Whether the case of
Keyword references should be modified in any way. |
Copyright © 2020. All rights reserved.