Uses of Enum
gudusoft.gsqlparser.nodes.TIndices.IndicesType
Packages that use TIndices.IndicesType
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TIndices.IndicesType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TIndices.IndicesTypeModifier and TypeMethodDescriptionTIndices.getIndicesType()Gets the explicit type of this indices element.static TIndices.IndicesTypeReturns the enum constant of this type with the specified name.static TIndices.IndicesType[]TIndices.IndicesType.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 TIndices.IndicesTypeModifier and TypeMethodDescriptionvoidTIndices.setIndicesType(TIndices.IndicesType indicesType) Sets the explicit type of this indices element.