| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.model | |
| gudusoft.gsqlparser.resolver2.namespace |
| Modifier and Type | Method and Description |
|---|---|
ColumnReference |
ColumnSourceWithReferences.getCanonicalReference()
Get the first (canonical) reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnReference> |
ColumnSourceWithReferences.getAllReferences()
Get all original references.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnSourceWithReferences.addReference(ColumnReference ref)
Add an original reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnReference> |
AbstractNamespace.getColumnReferences(String columnName)
Get all column references for a specific column.
|