| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
ColumnSource.getDefinitionLocation() |
SourceLocation |
ResolutionEvidence.getLocation() |
| Constructor and Description |
|---|
ResolutionEvidence(EvidenceType type,
double weight,
String message,
SourceLocation location)
Create a ResolutionEvidence without source node.
|
ResolutionEvidence(EvidenceType type,
double weight,
String message,
SourceLocation location,
TParseTreeNode sourceNode)
Create a new ResolutionEvidence with all fields.
|