| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.binding |
Name-binding SPI between resolved parser ASTs and Semantic IR lowering.
|
| Modifier and Type | Field and Description |
|---|---|
static UsingScope |
UsingScope.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
UsingScope |
Resolver2NameBindingProvider.getUsingScope() |
default UsingScope |
NameBindingProvider.getUsingScope()
Slice 65 — return the using scope last set via
NameBindingProvider.withUsingScope(gudusoft.gsqlparser.ir.semantic.binding.UsingScope). |
| Modifier and Type | Method and Description |
|---|---|
NameBindingProvider |
Resolver2NameBindingProvider.withUsingScope(UsingScope scope) |
default NameBindingProvider |
NameBindingProvider.withUsingScope(UsingScope scope)
Slice 65 — return a new provider scoped with the
UsingScope
for the current SELECT body. |