Uses of Class
gudusoft.gsqlparser.resolver2.model.ResolvePath
Packages that use ResolvePath
-
Uses of ResolvePath in gudusoft.gsqlparser.resolver2.model
Methods in gudusoft.gsqlparser.resolver2.model that return ResolvePathModifier and TypeMethodDescriptionResolvePath.plus(Object rowType, int ordinal, String name, StructKind kind) Adds a step to the resolution path -
Uses of ResolvePath in gudusoft.gsqlparser.resolver2.scope
Fields in gudusoft.gsqlparser.resolver2.scope declared as ResolvePathMethods in gudusoft.gsqlparser.resolver2.scope with parameters of type ResolvePathModifier and TypeMethodDescriptionvoidIResolved.found(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames) Called when a namespace is found that matches the name being resolved.voidResolvedImpl.found(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames) protected voidListBasedScope.resolveInNamespace(INamespace namespace, boolean nullable, List<String> remainingNames, INameMatcher matcher, ResolvePath path, IResolved resolved) Resolve remaining name parts within a namespace.Constructors in gudusoft.gsqlparser.resolver2.scope with parameters of type ResolvePathModifierConstructorDescriptionMatch(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames)