Uses of Class
org.teiid.query.sql.lang.WithQueryCommand
-
-
Uses of WithQueryCommand in org.teiid.dqp.internal.datamgr
Method parameters in org.teiid.dqp.internal.datamgr with type arguments of type WithQueryCommand Modifier and Type Method Description With
LanguageBridgeFactory. translate(List<WithQueryCommand> with)
-
Uses of WithQueryCommand in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational with parameters of type WithQueryCommand Modifier and Type Method Description void
AliasGenerator. visit(WithQueryCommand obj)
-
Uses of WithQueryCommand in org.teiid.query.parser
Methods in org.teiid.query.parser that return WithQueryCommand Modifier and Type Method Description WithQueryCommand
SQLParser. withListElement(ParseInfo info)
-
Uses of WithQueryCommand in org.teiid.query.processor.relational
Method parameters in org.teiid.query.processor.relational with type arguments of type WithQueryCommand Modifier and Type Method Description void
RelationalPlan. setWith(List<WithQueryCommand> with)
-
Uses of WithQueryCommand in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type WithQueryCommand Modifier and Type Method Description void
LanguageVisitor. visit(WithQueryCommand obj)
-
Uses of WithQueryCommand in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return WithQueryCommand Modifier and Type Method Description WithQueryCommand
WithQueryCommand. clone()
Methods in org.teiid.query.sql.lang that return types with arguments of type WithQueryCommand Modifier and Type Method Description List<WithQueryCommand>
QueryCommand. getWith()
Method parameters in org.teiid.query.sql.lang with type arguments of type WithQueryCommand Modifier and Type Method Description void
QueryCommand. setWith(List<WithQueryCommand> with)
-
Uses of WithQueryCommand in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type WithQueryCommand Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(WithQueryCommand obj)
-
Uses of WithQueryCommand in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type WithQueryCommand Modifier and Type Method Description void
CommandCollectorVisitor. visit(WithQueryCommand obj)
void
SQLStringVisitor. visit(WithQueryCommand obj)
-
Uses of WithQueryCommand in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type WithQueryCommand Modifier and Type Method Description void
ValidationVisitor. visit(WithQueryCommand obj)
-