| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.para | |
| gudusoft.gsqlparser.pp.para.styleenums |
| Modifier and Type | Field and Description |
|---|---|
TCaseOption |
GFmtOpt.caseDatatype
Converts tokens recognized as datatype names.
|
TCaseOption |
GFmtOpt.caseFuncname
Converts tokens recognized by the parser as function names, including
built-in and user-defined calls where classification is available.
|
TCaseOption |
GFmtOpt.caseIdentifier
Converts unquoted identifier tokens that are not recognized as datatypes
or function names.
|
TCaseOption |
GFmtOpt.caseKeywords
Converts SQL keyword tokens to the selected case.
|
TCaseOption |
GFmtOpt.caseQuotedIdentifier
Converts double-quoted identifier contents while preserving the quote
characters.
|
| Modifier and Type | Method and Description |
|---|---|
static TCaseOption |
TCaseOption.of(String type) |
static TCaseOption |
TCaseOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCaseOption[] |
TCaseOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|