| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.common |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundColumnRef
Bound reference to a column.
|
class |
BoundObjectRef
Bound reference to a table, view, CTE, or derived table.
|
class |
BoundRoutineRef
Bound reference to a procedure or function call.
|
class |
BoundTypeRef
A type reference in the bound IR.
|
| Modifier and Type | Method and Description |
|---|---|
R |
AbstractIRVisitor.visitDefault(IRNode node,
C ctx) |
R |
IRVisitor.visitDefault(IRNode node,
C ctx)
Default fallback for unknown node types.
|