| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.binding |
| Modifier and Type | Method and Description |
|---|---|
UsingScope.MergedKeyEntry |
UsingScope.entryContaining(String name,
TTable table)
Returns the
UsingScope.MergedKeyEntry whose equivalence class
contains table by object identity, or null if
table is not in any class for name. |
| Modifier and Type | Method and Description |
|---|---|
List<UsingScope.MergedKeyEntry> |
UsingScope.entriesFor(String name)
All entries for a USING key.
|
| Constructor and Description |
|---|
UsingScope(Map<String,List<UsingScope.MergedKeyEntry>> entriesByName,
Map<String,String> ambiguityReasonByName) |