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

Packages that use SelectQuery
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 SelectQuery in org.apache.clerezza.rdf.core.access
 

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

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

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

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

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement SelectQuery
 class SimpleSelectQuery
           
 

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



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