Uses of Enum
gudusoft.gsqlparser.sqlenv.IdentifierRules.CaseFold
Packages that use IdentifierRules.CaseFold
-
Uses of IdentifierRules.CaseFold in gudusoft.gsqlparser.sqlenv
Fields in gudusoft.gsqlparser.sqlenv declared as IdentifierRules.CaseFoldModifier and TypeFieldDescriptionfinal IdentifierRules.CaseFoldIdentifierRules.quotedFoldQuoted 标识符的大小写折叠规则(通常为 NONE,保留原样)final IdentifierRules.CaseFoldIdentifierRules.unquotedFoldUnquoted 标识符的大小写折叠规则Methods in gudusoft.gsqlparser.sqlenv that return IdentifierRules.CaseFoldModifier and TypeMethodDescriptionstatic IdentifierRules.CaseFoldReturns 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.Constructors in gudusoft.gsqlparser.sqlenv with parameters of type IdentifierRules.CaseFoldModifierConstructorDescriptionIdentifierRules(IdentifierRules.CaseFold unquotedFold, IdentifierRules.CaseCompare unquotedCompare, IdentifierRules.CaseFold quotedFold, IdentifierRules.CaseCompare quotedCompare) 构造标识符规则