Package | Description |
---|---|
gudusoft.gsqlparser.pp.para | |
gudusoft.gsqlparser.pp.para.styleenums |
Modifier and Type | Field and Description |
---|---|
TCaseOption |
GFmtOpt.caseDatatype
//todo add sample36
|
TCaseOption |
GFmtOpt.caseFuncname
//todo add sample35
|
TCaseOption |
GFmtOpt.caseIdentifier
//todo add sample33
|
TCaseOption |
GFmtOpt.caseKeywords
//todo add sample32
|
TCaseOption |
GFmtOpt.caseQuotedIdentifier
//todo add sample34
|
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.
|