|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.openrdf.http.webclient.repository.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.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. |
| Uses of Query in org.openrdf.http.webclient.repository.query |
|---|
| Methods in org.openrdf.http.webclient.repository.query that return Query | |
|---|---|
Query |
QueryInfo.getQuery()
|
| Methods in org.openrdf.http.webclient.repository.query with parameters of type Query | |
|---|---|
void |
QueryInfo.setQuery(Query 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.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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||