Uses of Enum
gudusoft.gsqlparser.stmt.TShowStmt.EShowType
Packages that use TShowStmt.EShowType
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TShowStmt.EShowType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as TShowStmt.EShowType -
Uses of TShowStmt.EShowType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TShowStmt.EShowTypeModifier and TypeMethodDescriptionTShowStmt.getShowType()static TShowStmt.EShowTypeReturns the enum constant of this type with the specified name.static TShowStmt.EShowType[]TShowStmt.EShowType.values()Returns an array containing the constants of this enum type, in the order they are declared.