Uses of Enum
gudusoft.gsqlparser.resolver2.StructKind
Packages that use StructKind
-
Uses of StructKind in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 that return StructKindModifier and TypeMethodDescriptionstatic StructKindReturns the enum constant of this type with the specified name.static StructKind[]StructKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StructKind in gudusoft.gsqlparser.resolver2.model
Fields in gudusoft.gsqlparser.resolver2.model declared as StructKindMethods in gudusoft.gsqlparser.resolver2.model with parameters of type StructKindModifier and TypeMethodDescriptionResolvePath.plus(Object rowType, int ordinal, String name, StructKind kind) Adds a step to the resolution pathConstructors in gudusoft.gsqlparser.resolver2.model with parameters of type StructKind