|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanUtil.ColumnMapping | |
---|---|
org.modeshape.jcr.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.jcr.query.plan |
---|
Methods in org.modeshape.jcr.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.jcr.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)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |