Uses of Class
org.teiid.query.sql.navigator.PreOrderNavigator
-
Packages that use PreOrderNavigator Package Description org.teiid.query.optimizer.relational -
-
Uses of PreOrderNavigator in org.teiid.query.optimizer.relational
Subclasses of PreOrderNavigator in org.teiid.query.optimizer.relational Modifier and Type Class Description class
AliasGenerator
Adds safe (generated) aliases to the source command The structure is a little convoluted: AliasGenerator - structure navigator, alters the command by adding alias symbols NamingVisitor - changes the output names of Element and Group symbols SQLNamingContext - a hierarchical context for tracking Element and Group names
-