Uses of Interface
org.openrdf.query.Query

Packages that use Query
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.impl   
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.contextaware   
org.openrdf.repository.dataset   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.repository.sparql   
org.openrdf.repository.sparql.query   
 

Uses of Query in org.openrdf.query
 

Subinterfaces of Query in org.openrdf.query
 interface BooleanQuery
           
 interface GraphQuery
           
 interface TupleQuery
           
 

Uses of Query in org.openrdf.query.impl
 

Classes in org.openrdf.query.impl that implement Query
 class AbstractQuery
          Abstract super class of all query types.
 

Uses of Query in org.openrdf.repository
 

Methods in org.openrdf.repository that return Query
 Query RepositoryConnection.prepareQuery(QueryLanguage ql, String query)
          Prepares a query for evaluation on this repository (optional operation).
 Query RepositoryConnection.prepareQuery(QueryLanguage ql, String query, String baseURI)
          Prepares a query for evaluation on this repository (optional operation).
 

Uses of Query in org.openrdf.repository.base
 

Methods in org.openrdf.repository.base that return Query
 Query RepositoryConnectionBase.prepareQuery(QueryLanguage ql, String query)
           
 Query RepositoryConnectionWrapper.prepareQuery(QueryLanguage ql, String query, String baseURI)
           
 

Uses of Query in org.openrdf.repository.contextaware
 

Methods in org.openrdf.repository.contextaware that return Query
 Query ContextAwareConnection.prepareQuery(QueryLanguage ql, String query)
           
 Query ContextAwareConnection.prepareQuery(QueryLanguage ql, String query, String baseURI)
           
 Query ContextAwareConnection.prepareQuery(String query)
           
 

Uses of Query in org.openrdf.repository.dataset
 

Methods in org.openrdf.repository.dataset that return Query
 Query DatasetRepositoryConnection.prepareQuery(QueryLanguage ql, String query, String baseURI)
           
 

Uses of Query in org.openrdf.repository.http
 

Classes in org.openrdf.repository.http that implement Query
 class HTTPBooleanQuery
          TupleQuery specific to the HTTP protocol.
 class HTTPGraphQuery
          GraphQuery implementation specific to the HTTP protocol.
 class HTTPQuery
           
 class HTTPTupleQuery
          TupleQuery specific to the HTTP protocol.
 

Uses of Query in org.openrdf.repository.sail
 

Classes in org.openrdf.repository.sail that implement Query
 class SailBooleanQuery
           
 class SailGraphQuery
           
 class SailQuery
           
 class SailTupleQuery
           
 

Uses of Query in org.openrdf.repository.sparql
 

Methods in org.openrdf.repository.sparql that return Query
 Query SPARQLConnection.prepareQuery(QueryLanguage ql, String query, String base)
           
 

Uses of Query in org.openrdf.repository.sparql.query
 

Classes in org.openrdf.repository.sparql.query that implement Query
 class SPARQLBooleanQuery
          Parses boolean query response from remote stores.
 class SPARQLGraphQuery
          Parses RDF results in the background.
 class SPARQLQuery
          Provides an execution thread for background result parsing and inlines binding in a SPARQL query.
 class SPARQLTupleQuery
          Parses tuple results in the background.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.