Uses of Class
org.teiid.query.sql.lang.DynamicCommand
-
-
Uses of DynamicCommand in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type DynamicCommand Modifier and Type Method Description void
AuthorizationValidationVisitor. visit(DynamicCommand obj)
-
Uses of DynamicCommand in org.teiid.query.parser
Methods in org.teiid.query.parser that return DynamicCommand Modifier and Type Method Description DynamicCommand
SQLParser. dynamicCommand(ParseInfo info)
-
Uses of DynamicCommand in org.teiid.query.processor.proc
Constructors in org.teiid.query.processor.proc with parameters of type DynamicCommand Constructor Description ExecDynamicSqlInstruction(CreateProcedureCommand parentProcCommand, DynamicCommand command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder, boolean returnable)
-
Uses of DynamicCommand in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type DynamicCommand Modifier and Type Method Description void
LanguageVisitor. visit(DynamicCommand obj)
-
Uses of DynamicCommand in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type DynamicCommand Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(DynamicCommand obj)
NOTE: we specifically don't need to visit the as columns or the using identifiers. -
Uses of DynamicCommand in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type DynamicCommand Modifier and Type Method Description void
ExpressionMappingVisitor. visit(DynamicCommand obj)
void
SQLStringVisitor. visit(DynamicCommand obj)
-
Uses of DynamicCommand in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type DynamicCommand Modifier and Type Method Description void
ValidationVisitor. visit(DynamicCommand obj)
-