ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.query.validate.Schemata.Table

Packages that use Schemata.Table
org.modeshape.jcr   
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. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of Schemata.Table in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Schemata.Table
 Schemata.Table NodeTypeSchemata.getTable(SelectorName name)
           
 Schemata.Table NodeTypeSchemata.SessionSchemata.getTable(SelectorName name)
           
 

Uses of Schemata.Table in org.modeshape.jcr.query.plan
 

Methods in org.modeshape.jcr.query.plan with parameters of type Schemata.Table
protected  void CanonicalPlanner.allColumnsFor(Schemata.Table table, SelectorName tableName, List<Column> columns, List<String> columnTypes, boolean includeSelectorNameInColumnName)
           
static PlanUtil.ColumnMapping PlanUtil.createMappingForAliased(SelectorName tableAlias, Schemata.Table table, PlanNode tableSourceNode)
           
 

Method parameters in org.modeshape.jcr.query.plan with type arguments of type Schemata.Table
protected  PlanNode CanonicalPlanner.attachProject(QueryContext context, PlanNode plan, List<? extends Column> columns, Map<SelectorName,Schemata.Table> selectors)
          Attach a PROJECT node at the top of the plan tree.
protected  PlanNode CanonicalPlanner.createPlanNode(QueryContext context, Source source, Map<SelectorName,Schemata.Table> usedSelectors)
          Create a JOIN or SOURCE node that contain the source information.
protected  void CanonicalPlanner.validate(QueryContext context, QueryCommand query, Map<SelectorName,Schemata.Table> usedSelectors)
          Validate the supplied query.
 

Uses of Schemata.Table in org.modeshape.jcr.query.validate
 

Subinterfaces of Schemata.Table in org.modeshape.jcr.query.validate
static interface Schemata.View
          Information about a view that is defined in terms of other views/tables.
 

Methods in org.modeshape.jcr.query.validate that return Schemata.Table
protected  Schemata.Table ImmutableSchemata.MutableTable.asImmutable()
           
 Schemata.Table Schemata.getTable(SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
 Schemata.Table ImmutableSchemata.getTable(SelectorName name)
           
protected  Schemata.Table Validator.tableWithNameOrAlias(SelectorName tableName)
           
protected  Schemata.Table Validator.verify(SelectorName selectorName)
           
protected  Schemata.Table Validator.verifyTable(SelectorName tableName)
           
 

Methods in org.modeshape.jcr.query.validate with parameters of type Schemata.Table
 ImmutableSchemata ImmutableSchemata.with(Schemata.Table table)
           
 

Constructor parameters in org.modeshape.jcr.query.validate with type arguments of type Schemata.Table
ImmutableSchemata(Map<SelectorName,Schemata.Table> tables)
           
Validator(QueryContext context, Map<SelectorName,Schemata.Table> selectorsByName)
           
 


ModeShape Distribution 3.0.0.Beta4

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