org.axiondb.engine.visitors
public class ResolveSelectableVisitor extends Object
Constructor Summary | |
---|---|
ResolveSelectableVisitor(Database db) |
Method Summary | |
---|---|
Selectable | visit(ColumnIdentifier column, List selected, TableIdentifier[] tables) |
Selectable | visit(FunctionIdentifier fn, List selected, TableIdentifier[] tables) |
Selectable | visit(Selectable selectable, List selected, TableIdentifier[] tables)
"Resolve" the given Selectablerelative to the given list of
tables , converting aliased or relative references into
absolute ones. |
Selectable | visit(SubSelectCommand select, TableIdentifier[] tables) |
tables
, converting aliased or relative references into
absolute ones.