Class AmbiguousColumnSource
Object
gudusoft.gsqlparser.resolver2.model.AmbiguousColumnSource
Represents a column reference that has multiple possible sources.
Candidates are ordered by confidence (highest first).
Example scenario:
SELECT id FROM users u JOIN orders o
If both users and orders have an 'id' column, this is ambiguous.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the most likely candidate (highest confidence)intGets the number of candidatesbooleanChecks if there are definite matches (confidence = 1.0) among the candidatestoString()
-
Constructor Details
-
AmbiguousColumnSource
-
-
Method Details