Uses of Class
com.franz.agraph.repository.AGQuery
Packages that use 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
Methods in com.franz.agraph.http with parameters of type AGQueryModifier and TypeMethodDescriptionvoidAGHttpRepoClient.query(AGQuery q, boolean analyzeOnly, AGResponseHandler handler) -
Uses of AGQuery in com.franz.agraph.repository
Subclasses of AGQuery in com.franz.agraph.repositoryModifier and TypeClassDescriptionclassImplements the Sesame BooleanQuery interface for AllegroGraph.classImplements the Sesame GraphQuery interface for AllegroGraph.classWraps an AGTupleQuery to provide streaming results.classImplements the Sesame TupleQuery interface for AllegroGraph.classImplements the Sesame Update interface for AllegroGraph.Methods in com.franz.agraph.repository that return AGQueryModifier and TypeMethodDescriptionAGRepositoryConnection.prepareQuery(org.eclipse.rdf4j.query.QueryLanguage ql, String queryString, String baseURI) Prepares aAGQueryfor evaluation on this repository.