| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.common |
| Modifier and Type | Method and Description |
|---|---|
BoundColumnRef |
BoundTypeRef.getAnchorColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<BoundColumnRef> |
BoundProgram.getAllColumnRefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundProgram.addColumnRef(BoundColumnRef ref) |
| Constructor and Description |
|---|
BoundTypeRef(String typeName,
ETypeCategory category,
List<BoundTypeRef> typeArguments,
BoundColumnRef anchorColumn,
BoundObjectRef anchorTable) |
| Constructor and Description |
|---|
BoundProgram(List<BoundScope> scopes,
Map<String,BoundRoutineSymbol> routineIndex,
List<BoundObjectRef> allObjectRefs,
List<BoundColumnRef> allColumnRefs,
List<BoundRoutineRef> allRoutineRefs) |
| Modifier and Type | Method and Description |
|---|---|
R |
AbstractIRVisitor.visitBoundColumnRef(BoundColumnRef node,
C ctx) |
R |
IRVisitor.visitBoundColumnRef(BoundColumnRef node,
C ctx) |