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

Packages that use ConstructQuery
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.impl   
 

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

Methods in org.apache.clerezza.rdf.core.access with parameters of type ConstructQuery
 Graph TcManager.executeSparqlQuery(ConstructQuery query, TripleCollection defaultGraph)
          Executes a sparql CONSTRUCT query.
 

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

Methods in org.apache.clerezza.rdf.core.sparql with parameters of type ConstructQuery
abstract  String StringQuerySerializer.serialize(ConstructQuery constructQuery)
          Serializes a ConstructQuery object to a String.
 

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

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement ConstructQuery
 class SimpleConstructQuery
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type ConstructQuery
 String SimpleStringQuerySerializer.serialize(ConstructQuery constructQuery)
           
 



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