org.xcmis.search.content
Interface Schema

All Known Implementing Classes:
InMemorySchema

public interface Schema

The interface used to access the structure being queried and validate a query.


Nested Class Summary
static interface Schema.Column
          Information about a queryable column.
static interface Schema.Table
          Information about a queryable table.
 
Method Summary
 Schema.Table getTable(SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
 

Method Detail

getTable

Schema.Table getTable(SelectorName name)
Get the information for the table or view with the supplied name within this schema.

The resulting definition is immutable.

Parameters:
name - the table or view name; may not be null
Returns:
the table or view information, or null if there is no such table


Copyright © 2010 eXo Platform SAS. All Rights Reserved.