Uses of Class
org.aksw.jenax.stmt.resultset.SPARQLResultEx
Packages that use SPARQLResultEx
-
Uses of SPARQLResultEx in org.aksw.jenax.stmt.resultset
Methods in org.aksw.jenax.stmt.resultset that return SPARQLResultExModifier and TypeMethodDescriptionstatic SPARQLResultExSPARQLResultEx.createQuads(Iterator<org.apache.jena.sparql.core.Quad> quads, Runnable closeAction) static SPARQLResultExSPARQLResultEx.createTriples(Iterator<org.apache.jena.graph.Triple> triples, Runnable closeAction) static SPARQLResultExSPARQLResultEx.createUpdateType()Methods in org.aksw.jenax.stmt.resultset with parameters of type SPARQLResultExModifier and TypeMethodDescriptionstatic <T extends SPARQLResultVisitor>
TSPARQLResultVisitor.forward(SPARQLResultEx sr, T handler) -
Uses of SPARQLResultEx in org.aksw.jenax.stmt.util
Methods in org.aksw.jenax.stmt.util that return SPARQLResultExModifier and TypeMethodDescriptionstatic SPARQLResultExSparqlStmtUtils.execAny(org.apache.jena.query.QueryExecution qe, org.apache.jena.query.Query q) static SPARQLResultExSparqlStmtUtils.execAny(org.apache.jena.rdfconnection.RDFConnection conn, SparqlStmt stmt, Consumer<org.apache.jena.sparql.util.Context> cxtMutator) Methods in org.aksw.jenax.stmt.util with parameters of type SPARQLResultExModifier and TypeMethodDescriptionstatic voidSparqlStmtUtils.output(SPARQLResultEx rr, SPARQLResultVisitor sink) Create a sink that for line based format streams directly to the output stream or collects quads in memory and emits them all at once in the given format when flushing the sink.