Uses of Enum
gudusoft.gsqlparser.nodes.ENodeType
Packages that use ENodeType
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of ENodeType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ENodeTypeModifier and TypeMethodDescriptionstatic ENodeTypeENodeType.fromId(int id) static ENodeTypeENodeType.fromString(String str) static ENodeTypeReturns the enum constant of this type with the specified name.static ENodeType[]ENodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.nodes with parameters of type ENodeType