Uses of Class
org.modeshape.graph.query.plan.PlanUtil.ColumnMapping

Packages that use PlanUtil.ColumnMapping
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
 

Uses of PlanUtil.ColumnMapping in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan that return PlanUtil.ColumnMapping
static PlanUtil.ColumnMapping PlanUtil.createMappingFor(Schemata.View view, PlanNode viewPlan)
           
static PlanUtil.ColumnMapping PlanUtil.createMappingForAliased(SelectorName tableAlias, Schemata.Table table, PlanNode tableSourceNode)
           
static PlanUtil.ColumnMapping PlanUtil.createMappingForAliased(SelectorName viewAlias, Schemata.View view, PlanNode viewPlan)
           
 

Methods in org.modeshape.graph.query.plan with parameters of type PlanUtil.ColumnMapping
static Constraint PlanUtil.replaceReferences(QueryContext context, Constraint constraint, PlanUtil.ColumnMapping mapping, PlanNode node)
           
static DynamicOperand PlanUtil.replaceViewReferences(QueryContext context, DynamicOperand operand, PlanUtil.ColumnMapping mapping, PlanNode node)
           
static JoinCondition PlanUtil.replaceViewReferences(QueryContext context, JoinCondition joinCondition, PlanUtil.ColumnMapping mapping, PlanNode node)
           
static void PlanUtil.replaceViewReferences(QueryContext context, PlanNode topOfViewInPlan, PlanUtil.ColumnMapping mappings)
           
protected static void PlanUtil.replaceViewReferences(QueryContext context, PlanNode node, PlanUtil.ColumnMapping mappings, SelectorName viewName, List<PlanNode> potentiallyRemovableSources)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.