Uses of Enum
gudusoft.gsqlparser.stmt.teradata.utilities.BteqCmdType
Packages that use BteqCmdType
-
Uses of BteqCmdType in gudusoft.gsqlparser.stmt.teradata
Methods in gudusoft.gsqlparser.stmt.teradata that return BteqCmdTypeMethods in gudusoft.gsqlparser.stmt.teradata with parameters of type BteqCmdType -
Uses of BteqCmdType in gudusoft.gsqlparser.stmt.teradata.utilities
Methods in gudusoft.gsqlparser.stmt.teradata.utilities that return BteqCmdTypeModifier and TypeMethodDescriptionstatic BteqCmdTypeBteqCmdType.searchBteqCmd(TSourceToken token) static BteqCmdTypeBteqCmdType.searchBteqCmd(String str) static BteqCmdTypeReturns the enum constant of this type with the specified name.static BteqCmdType[]BteqCmdType.values()Returns an array containing the constants of this enum type, in the order they are declared.