| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.format | |
| gudusoft.gsqlparser.util |
| Modifier and Type | Method and Description |
|---|---|
DisplayNameMode |
TSQLResolverConfig.getDisplayNameMode()
Get the display name mode.
|
DisplayNameMode |
TSQLResolver2ResultFormatter.getDisplayNameMode()
Get the current display name mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSQLResolverConfig.setDisplayNameMode(DisplayNameMode mode)
Set the display name mode.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setDisplayNameMode(DisplayNameMode mode)
Set the display name mode for identifier formatting.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayNameMode |
DisplayNameNormalizer.getMode()
Get the current display mode.
|
static DisplayNameMode |
DisplayNameMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayNameMode[] |
DisplayNameMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayNameNormalizer |
DisplayNameNormalizer.setMode(DisplayNameMode mode)
Set the display mode.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayNameMode |
TGetTableColumn.getDisplayNameMode()
Get the current display name mode.
|
| Modifier and Type | Method and Description |
|---|---|
TGetTableColumn |
TGetTableColumn.setDisplayNameMode(DisplayNameMode mode)
Set the display name mode for identifier formatting.
|