| Package | Description |
|---|---|
| gudusoft.gsqlparser.sqlenv |
| Modifier and Type | Field and Description |
|---|---|
IdentifierRules.CaseCompare |
IdentifierRules.quotedCompare
Quoted 标识符的大小写比较规则
|
IdentifierRules.CaseCompare |
IdentifierRules.unquotedCompare
Unquoted 标识符的大小写比较规则
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierRules.CaseCompare |
IdentifierRules.CaseCompare.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierRules.CaseCompare[] |
IdentifierRules.CaseCompare.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)
构造标识符规则
|