Uses of Enum
gudusoft.gsqlparser.resolver2.format.DisplayNamePolicy
Packages that use DisplayNamePolicy
-
Uses of DisplayNamePolicy in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 that return DisplayNamePolicyModifier and TypeMethodDescriptionTSQLResolverConfig.getDisplayNamePolicy()Get the display name policy.Methods in gudusoft.gsqlparser.resolver2 with parameters of type DisplayNamePolicyModifier and TypeMethodDescriptionvoidTSQLResolverConfig.setDisplayNamePolicy(DisplayNamePolicy policy) Set the display name policy. -
Uses of DisplayNamePolicy in gudusoft.gsqlparser.resolver2.format
Methods in gudusoft.gsqlparser.resolver2.format that return DisplayNamePolicyModifier and TypeMethodDescriptionstatic DisplayNamePolicyReturns the enum constant of this type with the specified name.static DisplayNamePolicy[]DisplayNamePolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.