Uses of Enum
gudusoft.gsqlparser.resolver2.format.DisplayNameMode
Packages that use DisplayNameMode
Package
Description
-
Uses of DisplayNameMode in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 that return DisplayNameModeModifier and TypeMethodDescriptionTSQLResolver2ResultFormatter.getDisplayNameMode()Get the current display name mode.TSQLResolverConfig.getDisplayNameMode()Get the display name mode.Methods in gudusoft.gsqlparser.resolver2 with parameters of type DisplayNameModeModifier and TypeMethodDescriptionTSQLResolver2ResultFormatter.setDisplayNameMode(DisplayNameMode mode) Set the display name mode for identifier formatting.voidTSQLResolverConfig.setDisplayNameMode(DisplayNameMode mode) Set the display name mode. -
Uses of DisplayNameMode in gudusoft.gsqlparser.resolver2.format
Methods in gudusoft.gsqlparser.resolver2.format that return DisplayNameModeModifier and TypeMethodDescriptionDisplayNameNormalizer.getMode()Get the current display mode.static DisplayNameModeReturns the enum constant of this type with the specified name.static DisplayNameMode[]DisplayNameMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.resolver2.format with parameters of type DisplayNameModeModifier and TypeMethodDescriptionDisplayNameNormalizer.setMode(DisplayNameMode mode) Set the display mode. -
Uses of DisplayNameMode in gudusoft.gsqlparser.util
Methods in gudusoft.gsqlparser.util that return DisplayNameModeModifier and TypeMethodDescriptionTGetTableColumn.getDisplayNameMode()Get the current display name mode.Methods in gudusoft.gsqlparser.util with parameters of type DisplayNameModeModifier and TypeMethodDescriptionTGetTableColumn.setDisplayNameMode(DisplayNameMode mode) Set the display name mode for identifier formatting.