Uses of Class
org.teiid.query.sql.lang.ProcedureContainer
-
-
Uses of ProcedureContainer in org.teiid.query.optimizer
Methods in org.teiid.query.optimizer with parameters of type ProcedureContainer Modifier and Type Method Description ProcessorPlan
TriggerActionPlanner. optimize(ProcedureContainer userCommand, TriggerAction ta, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
-
Uses of ProcedureContainer in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational with parameters of type ProcedureContainer Modifier and Type Method Description static Command
RowBasedSecurityHelper. checkUpdateRowBasedFilters(ProcedureContainer container, Command procedure, RelationalPlanner planner)
-
Uses of ProcedureContainer in org.teiid.query.resolver
Methods in org.teiid.query.resolver with parameters of type ProcedureContainer Modifier and Type Method Description Command
ProcedureContainerResolver. expandCommand(ProcedureContainer procCommand, QueryMetadataInterface metadata, AnalysisRecord analysis)
Expand a command by finding and attaching all subcommands to the command.static Command
QueryResolver. expandCommand(ProcedureContainer proc, QueryMetadataInterface metadata, AnalysisRecord analysisRecord)
protected void
ProcedureContainerResolver. resolveGroup(TempMetadataAdapter metadata, ProcedureContainer procCommand)
-
Uses of ProcedureContainer in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type ProcedureContainer Modifier and Type Method Description protected void
ExecResolver. resolveGroup(TempMetadataAdapter metadata, ProcedureContainer procCommand)
protected void
InsertResolver. resolveGroup(TempMetadataAdapter metadata, ProcedureContainer procCommand)
-
Uses of ProcedureContainer in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type ProcedureContainer Modifier and Type Method Description void
LanguageVisitor. visit(ProcedureContainer obj)
-
Uses of ProcedureContainer in org.teiid.query.sql.lang
Subclasses of ProcedureContainer in org.teiid.query.sql.lang Modifier and Type Class Description class
Delete
This class represents a SQL Delete statement of the form: "DELETE FROM <group> [WHERE <criteria>]".class
Insert
Represents a SQL Insert statement of the form: "INSERT INTO <group> (<variables>) VALUES <values>".class
StoredProcedure
Represents a StoredProcedure statement of the form:class
Update
Represents a SQL Update statement of the form: "UPDATE <group> SET <element> = <expression>, ...Methods in org.teiid.query.sql.lang with parameters of type ProcedureContainer Modifier and Type Method Description protected void
ProcedureContainer. copyMetadataState(ProcedureContainer copy)
-