Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected RenderNameCase |
Settings.renderNameCase |
Modifier and Type | Method and Description |
---|---|
static RenderNameCase |
RenderNameCase.fromValue(String v) |
RenderNameCase |
Settings.getRenderNameCase()
Whether the case of
Name references should be modified in any way. |
static RenderNameCase |
SettingsTools.getRenderNameCase(Settings settings)
Backwards compatible access to
RenderNameCase and/or
RenderNameStyle (the latter being deprecated). |
static RenderNameCase |
RenderNameCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderNameCase[] |
RenderNameCase.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.setRenderNameCase(RenderNameCase value)
Whether the case of
Name references should be modified in any way. |
Settings |
Settings.withRenderNameCase(RenderNameCase value)
Whether the case of
Name references should be modified in any way. |
Copyright © 2020. All rights reserved.