Class ResolvePath
Object
gudusoft.gsqlparser.resolver2.model.ResolvePath
Tracks the path taken during name resolution.
Used for debugging and understanding how a name was resolved.
Example path for resolving "t.address.city":
1. Found table 't' (users table)
2. Found field 'address' (type: address_type)
3. Found field 'city' (type: varchar)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA single step in the resolution path -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvePath
public ResolvePath()
-
-
Method Details