| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| gudusoft.gsqlparser.ir.semantic.binding |
Name-binding SPI between resolved parser ASTs and Semantic IR lowering.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationKind |
RelationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationKind[] |
RelationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RelationKind |
RelationBinding.getKind() |
RelationKind |
RelationBinding.getOuterKind()
For OUTER_REFERENCE bindings, the underlying kind that the
enclosing-scope relation resolves to (TABLE / CTE / SUBQUERY).
|
| Constructor and Description |
|---|
RelationBinding(RelationKind kind,
String qualifiedName) |
RelationBinding(RelationKind kind,
String qualifiedName,
RelationKind outerKind) |