Uses of Class
com.franz.agraph.repository.AGTupleQuery
Packages that use AGTupleQuery
-
Uses of AGTupleQuery in com.franz.agraph.repository
Subclasses of AGTupleQuery in com.franz.agraph.repositoryModifier and TypeClassDescriptionclass
Wraps 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.