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

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

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

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

Method parameters in org.modeshape.graph.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.graph.query.validate
 

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

Methods in org.modeshape.graph.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)
          Get the information for the table or view with the supplied name within this schema.
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.graph.query.validate with parameters of type Schemata.Table
 ImmutableSchemata ImmutableSchemata.with(Schemata.Table table)
           
 

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



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