Uses of Class
org.teiid.query.sql.proc.CreateProcedureCommand
-
-
Uses of CreateProcedureCommand in org.teiid.query.parser
Methods in org.teiid.query.parser that return CreateProcedureCommand Modifier and Type Method Description CreateProcedureCommand
SQLParser. createDDLProcedure(DatabaseStore dbStore, ParseInfo info)
CreateProcedureCommand
SQLParser. createProcedure(ParseInfo info)
CreateProcedureCommand
SQLParser. procedureBodyCommand(ParseInfo info)
-
Uses of CreateProcedureCommand in org.teiid.query.processor.proc
Constructors in org.teiid.query.processor.proc with parameters of type CreateProcedureCommand Constructor Description ExecDynamicSqlInstruction(CreateProcedureCommand parentProcCommand, DynamicCommand command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder, boolean returnable)
-
Uses of CreateProcedureCommand in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type CreateProcedureCommand Modifier and Type Method Description void
UpdateProcedureResolver. resolveBlock(CreateProcedureCommand command, Block block, GroupContext originalExternalGroups, TempMetadataAdapter original)
-
Uses of CreateProcedureCommand in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type CreateProcedureCommand Modifier and Type Method Description void
LanguageVisitor. visit(CreateProcedureCommand obj)
-
Uses of CreateProcedureCommand in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type CreateProcedureCommand Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(CreateProcedureCommand obj)
-
Uses of CreateProcedureCommand in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type CreateProcedureCommand Modifier and Type Method Description void
SQLStringVisitor. visit(CreateProcedureCommand obj)
-
Uses of CreateProcedureCommand in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type CreateProcedureCommand Modifier and Type Method Description void
ValidationVisitor. visit(CreateProcedureCommand obj)
-