Uses of Package
org.jboss.dna.graph.query.validate

Packages that use org.jboss.dna.graph.query.validate
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.query The Query API provides a mechanism for building and executing queries. 
org.jboss.dna.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.jboss.dna.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Classes in org.jboss.dna.graph.query.validate used by org.jboss.dna.graph
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.jboss.dna.graph.query.validate used by org.jboss.dna.graph.query
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.jboss.dna.graph.query.validate used by org.jboss.dna.graph.query.plan
Schemata.Table
          Information about a queryable table.
Schemata.View
          Information about a view that is defined in terms of other views/tables.
 

Classes in org.jboss.dna.graph.query.validate used by org.jboss.dna.graph.query.validate
ImmutableSchemata
          An immutable Schemata implementation.
ImmutableSchemata.Builder
          A builder of immutable Schemata objects.
Schemata
          The interface used to access the structure being queried and validate a query.
Schemata.Column
          Information about a queryable column.
Schemata.Key
          Information about a key for a table.
Schemata.Table
          Information about a queryable table.
 

Classes in org.jboss.dna.graph.query.validate used by org.jboss.dna.graph.request
Schemata
          The interface used to access the structure being queried and validate a query.
 



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