Uses of Interface
org.apache.clerezza.rdf.core.sparql.query.Query

Packages that use Query
org.apache.clerezza.rdf.core.access This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations. 
org.apache.clerezza.rdf.core.sparql   
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of Query in org.apache.clerezza.rdf.core.access
 

Methods in org.apache.clerezza.rdf.core.access with parameters of type Query
 Object TcManager.executeSparqlQuery(Query query, TripleCollection defaultGraph)
          Executes any sparql query.
 

Uses of Query in org.apache.clerezza.rdf.core.sparql
 

Methods in org.apache.clerezza.rdf.core.sparql that return Query
 Query QueryParser.parse(String queryString)
          Parses a SPARQL query string into a Query object.
 

Methods in org.apache.clerezza.rdf.core.sparql with parameters of type Query
 Object QueryEngine.execute(TcManager tcManager, TripleCollection dafaultGraph, Query query)
           
 String StringQuerySerializer.serialize(Query query)
          Serializes a Query object to a String.
 

Uses of Query in org.apache.clerezza.rdf.core.sparql.query
 

Subinterfaces of Query in org.apache.clerezza.rdf.core.sparql.query
 interface AskQuery
          This interface represents a SPARQL ASK query.
 interface ConstructQuery
          This interface represents a SPARQL CONSTRUCT query.
 interface DescribeQuery
          This interface represents a SPARQL SELECT query.
 interface QueryWithSolutionModifier
          This interface represents a SPARQL query which contains a specification of solution modifiers: ORDER BY, OFFSET, and LIMIT.
 interface SelectQuery
          This interface represents a SPARQL SELECT query.
 

Uses of Query in org.apache.clerezza.rdf.core.sparql.query.impl
 

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement Query
 class SimpleAskQuery
           
 class SimpleConstructQuery
           
 class SimpleDescribeQuery
           
 class SimpleQuery
           
 class SimpleQueryWithSolutionModifier
           
 class SimpleSelectQuery
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.