Uses of Class
gudusoft.gsqlparser.resolver2.namespace.CTENamespace
Packages that use CTENamespace
-
Uses of CTENamespace in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 that return types with arguments of type CTENamespaceModifier and TypeMethodDescriptionScopeBuildResult.getCTENamespaces()Get all CTENamespaces from the scope tree. -
Uses of CTENamespace in gudusoft.gsqlparser.resolver2.scope
Methods in gudusoft.gsqlparser.resolver2.scope that return CTENamespaceModifier and TypeMethodDescriptionGet a CTE namespace by name.Methods in gudusoft.gsqlparser.resolver2.scope that return types with arguments of type CTENamespaceModifier and TypeMethodDescriptionCTEScope.getAllCTEs()Get all CTEs in this scope.CTEScope.getRecursiveCTEs()Get all recursive CTEs in this scope.Methods in gudusoft.gsqlparser.resolver2.scope with parameters of type CTENamespaceModifier and TypeMethodDescriptionvoidCTEScope.addCTE(String cteName, CTENamespace cteNamespace) Add a CTE to this scope.