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

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

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

Classes in org.xcmis.search.content that implement Schema.Column
 class InMemoryColumn
          In memory column definition.
 

Methods in org.xcmis.search.content that return Schema.Column
 Schema.Column InMemoryTable.getColumn(String name)
           
 Schema.Column Schema.Table.getColumn(String name)
          Get the information for a column with the supplied name within this table.
 

Methods in org.xcmis.search.content that return types with arguments of type Schema.Column
 List<Schema.Column> InMemoryTable.getColumns()
           
 List<Schema.Column> Schema.Table.getColumns()
          Get the queryable columns in this table.
 Map<String,Schema.Column> InMemoryTable.getColumnsByName()
           
 Map<String,Schema.Column> Schema.Table.getColumnsByName()
          Get the queryable columns in this table.
 

Method parameters in org.xcmis.search.content with type arguments of type Schema.Column
 InMemoryTable InMemoryTable.withColumns(Iterable<Schema.Column> columns)
           
 

Constructor parameters in org.xcmis.search.content with type arguments of type Schema.Column
InMemoryTable(org.xcmis.search.model.source.SelectorName name, Iterable<Schema.Column> columns)
           
InMemoryTable(org.xcmis.search.model.source.SelectorName name, Iterable<Schema.Column> columns, Iterable<Schema.Column>... keyColumns)
           
InMemoryTable(org.xcmis.search.model.source.SelectorName name, Map<String,Schema.Column> columnsByName, List<Schema.Column> columns)
           
InMemoryTable(org.xcmis.search.model.source.SelectorName name, Map<String,Schema.Column> columnsByName, List<Schema.Column> columns)
           
 

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

Methods in org.xcmis.search.query.plan that return types with arguments of type Schema.Column
 List<Schema.Column> QueryExecutionPlan.SelectorExecutionPlan.getColumns()
           
 

Method parameters in org.xcmis.search.query.plan with type arguments of type Schema.Column
 void QueryExecutionPlan.SelectorExecutionPlan.setColumns(List<Schema.Column> columns)
           
 

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

Methods in org.xcmis.search.query.validate that return Schema.Column
 Schema.Column Validator.checkTableAndColumnExistance(org.xcmis.search.model.source.SelectorName selectorName, String propertyName, boolean columnIsRequired)
          Check if selector exists in list of selectors.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.