| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.binding |
Name-binding SPI between resolved parser ASTs and Semantic IR lowering.
|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.binding | |
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
ResolutionStatus |
ColumnBinding.getStatus() |
| Constructor and Description |
|---|
ColumnBinding(String relationAlias,
String columnName,
String finalTableQualifiedName,
ResolutionStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static ResolutionStatus |
ResolutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionStatus[] |
ResolutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
ResolutionStatus |
BindingTrace.status
Scope-machinery outcome;
null for direct bindings. |
| Modifier and Type | Method and Description |
|---|---|
static BindingTrace |
BindingTrace.scopeResolution(TObjectName reference,
ResolutionStatus status,
INamespace namespace,
Object definitionNode,
TTable observedSourceTable,
String startingScope,
String matchedScope,
String resolvePath,
int matchCount,
int scopeClimbDepth,
boolean fullyConsumed,
boolean exactMatch,
boolean fallbackUsed)
Scope-machinery capture (NameResolver choke point).
|
| Modifier and Type | Method and Description |
|---|---|
ResolutionStatus |
ResolutionResult.getStatus() |