| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.scope |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CTENamespace> |
ScopeBuildResult.getCTENamespaces()
Get all CTENamespaces from the scope tree.
|
| Modifier and Type | Method and Description |
|---|---|
CTENamespace |
CTEScope.getCTE(String cteName)
Get a CTE namespace by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CTENamespace> |
CTEScope.getAllCTEs()
Get all CTEs in this scope.
|
List<CTENamespace> |
CTEScope.getRecursiveCTEs()
Get all recursive CTEs in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTEScope.addCTE(String cteName,
CTENamespace cteNamespace)
Add a CTE to this scope.
|