| Package | Description |
|---|---|
| gudusoft.gsqlparser.sqlenv |
| Modifier and Type | Field and Description |
|---|---|
IdentifierRules.CaseFold |
IdentifierRules.quotedFold
Quoted 标识符的大小写折叠规则(通常为 NONE,保留原样)
|
IdentifierRules.CaseFold |
IdentifierRules.unquotedFold
Unquoted 标识符的大小写折叠规则
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierRules.CaseFold |
IdentifierRules.CaseFold.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierRules.CaseFold[] |
IdentifierRules.CaseFold.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IdentifierRules(IdentifierRules.CaseFold unquotedFold,
IdentifierRules.CaseCompare unquotedCompare,
IdentifierRules.CaseFold quotedFold,
IdentifierRules.CaseCompare quotedCompare)
构造标识符规则
|