Package | Description |
---|---|
com.bigdata.rdf.sail.webapp.client |
Modifier and Type | Field and Description |
---|---|
protected ConnectOptions |
RemoteRepository.QueryOrUpdate.opts |
Modifier and Type | Method and Description |
---|---|
protected ConnectOptions |
RemoteRepositoryManager.newQueryConnectOptions(String sparqlEndpointURL,
UUID uuid,
IRemoteTx tx)
Return the
ConnectOptions which will be used by default for the
SPARQL end point for a QUERY or other idempotent operation. |
protected ConnectOptions |
RemoteRepositoryManager.newUpdateConnectOptions(String sparqlEndpointURL,
UUID uuid,
IRemoteTx tx)
Return the
ConnectOptions which will be used by default for the
SPARQL end point for an UPDATE or other non-idempotant operation. |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteRepositoryManager.booleanResults(ConnectOptions opts,
UUID queryId,
IPreparedQueryListener listener)
Parse a SPARQL result set for an ASK query.
|
JettyResponseListener |
RemoteRepositoryManager.doConnect(ConnectOptions opts)
Connect to a SPARQL end point (GET or POST query only).
|
org.openrdf.query.TupleQueryResult |
RemoteRepositoryManager.tupleResults(ConnectOptions opts,
UUID queryId,
IPreparedQueryListener listener)
Extracts the solutions from a SPARQL query.
|
Constructor and Description |
---|
RemoteRepository.QueryOrUpdate(ConnectOptions opts,
UUID id,
String query) |
RemoteRepository.QueryOrUpdate(ConnectOptions opts,
UUID uuid,
String query,
boolean update) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.