Uses of Interface
org.xcmis.search.content.Schema.Table

Packages that use Schema.Table
org.xcmis.search.content   
org.xcmis.search.query.plan   
org.xcmis.search.query.validate   
 

Uses of Schema.Table in org.xcmis.search.content
 

Classes in org.xcmis.search.content that implement Schema.Table
 class InMemoryTable
          In memory table definition.
 

Methods in org.xcmis.search.content that return Schema.Table
 Schema.Table Schema.getTable(org.xcmis.search.model.source.SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
 Schema.Table InMemorySchema.getTable(org.xcmis.search.model.source.SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
 

Methods in org.xcmis.search.content with parameters of type Schema.Table
 InMemorySchema InMemorySchema.with(Schema.Table table)
           
 

Constructor parameters in org.xcmis.search.content with type arguments of type Schema.Table
InMemorySchema(Map<org.xcmis.search.model.source.SelectorName,Schema.Table> tables)
           
 

Uses of Schema.Table in org.xcmis.search.query.plan
 

Method parameters in org.xcmis.search.query.plan with type arguments of type Schema.Table
protected  QueryExecutionPlan SimplePlaner.createConstrainPlan(QueryExecutionContext context, org.xcmis.search.model.constraint.Constraint constraint, Map<org.xcmis.search.model.source.SelectorName,Schema.Table> querySelectorsMap, QueryExecutionPlan executionPlan)
           
protected  QueryExecutionPlan SimplePlaner.createProject(QueryExecutionContext context, List<org.xcmis.search.model.column.Column> columns, Map<org.xcmis.search.model.source.SelectorName,Schema.Table> selectors, QueryExecutionPlan executionPlan)
          Attach a PROJECT node at the top of the plan tree.
protected  QueryExecutionPlan SimplePlaner.createSelectorPlan(QueryExecutionContext context, org.xcmis.search.model.source.Source source, Map<org.xcmis.search.model.source.SelectorName,Schema.Table> querySelectorsMap)
          Populate plan for given selector.
 

Uses of Schema.Table in org.xcmis.search.query.validate
 

Methods in org.xcmis.search.query.validate that return Schema.Table
 Schema.Table Validator.checkSelectorExistance(org.xcmis.search.model.source.SelectorName selectorName)
          Check if selector exists in list of selectors.
 

Constructor parameters in org.xcmis.search.query.validate with type arguments of type Schema.Table
Validator(QueryExecutionContext context, Map<org.xcmis.search.model.source.SelectorName,Schema.Table> selectorsByName)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.