Uses of Class
com.franz.agraph.repository.AGTupleQuery
Packages that use AGTupleQuery
Package
Description
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
-
Uses of AGTupleQuery in com.franz.agraph.repository
Subclasses of AGTupleQuery in com.franz.agraph.repositoryModifier and TypeClassDescriptionclassWraps an AGTupleQuery to provide streaming results.Methods in com.franz.agraph.repository that return AGTupleQueryModifier and TypeMethodDescriptionAGRepositoryConnection.prepareTupleQuery(QueryLanguage ql, String queryString) AGRepositoryConnection.prepareTupleQuery(QueryLanguage ql, String queryString, String baseURI) Constructors in com.franz.agraph.repository with parameters of type AGTupleQueryModifierConstructorDescriptionAGStreamTupleQuery(AGTupleQuery query) Wraps a query with this object that will stream the response.