| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.namespace |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ColumnSourceWithReferences> |
AbstractNamespace.columnSourcesWithRefs
Enhanced column sources with reference traceability (keyed by normalized name).
|
| Modifier and Type | Method and Description |
|---|---|
ColumnSourceWithReferences |
AbstractNamespace.getColumnSourceWithReferences(String columnName)
Get enhanced column source with references for a specific column.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnSourceWithReferences> |
AbstractNamespace.getAllUniqueColumns()
Get all unique columns with their references.
|