Uses of Class
com.franz.agraph.repository.AGQuery
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGQuery in com.franz.agraph.http
Modifier and TypeMethodDescriptionvoid
AGHttpRepoClient.query
(AGQuery q, boolean analyzeOnly, AGResponseHandler handler) -
Uses of AGQuery in com.franz.agraph.repository
Modifier and TypeClassDescriptionclass
Implements the Sesame BooleanQuery interface for AllegroGraph.class
Implements the Sesame GraphQuery interface for AllegroGraph.class
Wraps an AGTupleQuery to provide streaming results.class
Implements the Sesame TupleQuery interface for AllegroGraph.class
Implements the Sesame Update interface for AllegroGraph.Modifier and TypeMethodDescriptionAGRepositoryConnection.prepareQuery
(QueryLanguage ql, String queryString, String baseURI) Prepares aAGQuery
for evaluation on this repository.