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