Uses of Enum
gudusoft.gsqlparser.sqlenv.IdentifierRules.CaseCompare
Packages that use IdentifierRules.CaseCompare
-
Uses of IdentifierRules.CaseCompare in gudusoft.gsqlparser.sqlenv
Fields in gudusoft.gsqlparser.sqlenv declared as IdentifierRules.CaseCompareModifier and TypeFieldDescriptionIdentifierRules.quotedCompareQuoted 标识符的大小写比较规则IdentifierRules.unquotedCompareUnquoted 标识符的大小写比较规则Methods in gudusoft.gsqlparser.sqlenv that return IdentifierRules.CaseCompareModifier and TypeMethodDescriptionstatic IdentifierRules.CaseCompareReturns 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.Constructors in gudusoft.gsqlparser.sqlenv with parameters of type IdentifierRules.CaseCompareModifierConstructorDescriptionIdentifierRules(IdentifierRules.CaseFold unquotedFold, IdentifierRules.CaseCompare unquotedCompare, IdentifierRules.CaseFold quotedFold, IdentifierRules.CaseCompare quotedCompare) 构造标识符规则