|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding | |
|---|---|
| org.openrdf.http.client | |
| org.openrdf.http.webclient.repository.query | |
| org.openrdf.query | Interfaces and classes for handling queries and query results. |
| org.openrdf.query.algebra.evaluation | |
| org.openrdf.query.impl | |
| org.openrdf.repository.http | A repository that serves as a proxy for a remote repository on a Sesame server. |
| Uses of Binding in org.openrdf.http.client |
|---|
| Methods in org.openrdf.http.client with parameters of type Binding | |
|---|---|
protected org.apache.commons.httpclient.HttpMethod |
HTTPClient.getQueryMethod(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
protected List<org.apache.commons.httpclient.NameValuePair> |
HTTPClient.getQueryMethodParameters(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
boolean |
HTTPClient.sendBooleanQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
GraphQueryResult |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
void |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings)
|
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
void |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
TupleQueryResultHandler handler,
Binding... bindings)
|
| Uses of Binding in org.openrdf.http.webclient.repository.query |
|---|
| Methods in org.openrdf.http.webclient.repository.query that return types with arguments of type Binding | |
|---|---|
static List<Binding> |
QueryResultFunctions.bindingsInOrder(List<String> bindingNames,
BindingSet bindingSet)
|
| Uses of Binding in org.openrdf.query |
|---|
| Methods in org.openrdf.query that return Binding | |
|---|---|
Binding |
BindingSet.getBinding(String bindingName)
Gets the binding with the specified name from this BindingSet. |
| Methods in org.openrdf.query that return types with arguments of type Binding | |
|---|---|
Iterator<Binding> |
BindingSet.iterator()
Creates an iterator over the bindings in this BindingSet. |
| Uses of Binding in org.openrdf.query.algebra.evaluation |
|---|
| Methods in org.openrdf.query.algebra.evaluation that return Binding | |
|---|---|
Binding |
QueryBindingSet.getBinding(String bindingName)
|
| Methods in org.openrdf.query.algebra.evaluation that return types with arguments of type Binding | |
|---|---|
Iterator<Binding> |
QueryBindingSet.iterator()
|
| Methods in org.openrdf.query.algebra.evaluation with parameters of type Binding | |
|---|---|
void |
QueryBindingSet.addBinding(Binding binding)
Adds a new binding to the solution. |
void |
QueryBindingSet.setBinding(Binding binding)
|
| Uses of Binding in org.openrdf.query.impl |
|---|
| Classes in org.openrdf.query.impl that implement Binding | |
|---|---|
class |
BindingImpl
An implementation of the Binding interface. |
| Methods in org.openrdf.query.impl that return Binding | |
|---|---|
Binding |
MapBindingSet.getBinding(String bindingName)
|
Binding |
ListBindingSet.getBinding(String bindingName)
|
Binding |
EmptyBindingSet.getBinding(String bindingName)
|
| Methods in org.openrdf.query.impl that return types with arguments of type Binding | |
|---|---|
Iterator<Binding> |
MapBindingSet.iterator()
|
Iterator<Binding> |
ListBindingSet.iterator()
|
Iterator<Binding> |
EmptyBindingSet.iterator()
|
| Methods in org.openrdf.query.impl with parameters of type Binding | |
|---|---|
void |
MapBindingSet.addBinding(Binding binding)
Adds a binding to the solution. |
| Uses of Binding in org.openrdf.repository.http |
|---|
| Methods in org.openrdf.repository.http that return Binding | |
|---|---|
protected Binding[] |
HTTPQuery.getBindingsArray()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||