Uses of Interface
org.apache.jena.sparql.exec.RowSet
Packages that use RowSet
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of RowSet in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type RowSetModifier and TypeMethodDescriptionstatic ResultSet
static ResultSetRewindable
ResultSetFactory.makeRewindable
(RowSet rowSet) Turn a row set into a rewindable ResultSet. -
Uses of RowSet in org.apache.jena.riot.protobuf
Methods in org.apache.jena.riot.protobuf that return RowSetModifier and TypeMethodDescriptionstatic RowSet
ProtobufRDF.readRowSet
(InputStream input) Return a streamingRowSet
read from an input stream (with delimiters per row)Methods in org.apache.jena.riot.protobuf with parameters of type RowSetModifier and TypeMethodDescriptionstatic void
ProtobufRDF.writeRowSet
(OutputStream out, RowSet rowSet) Write aRowSet
to an output stream (with delimiters per row)static void
ProtobufRDF.writeRowSet
(OutputStream out, RowSet rowSet, boolean withValues) Write aRowSet
to an output stream (with delimiters per row) -
Uses of RowSet in org.apache.jena.riot.rowset
Classes in org.apache.jena.riot.rowset that implement RowSetModifier and TypeClassDescriptionclass
Perform an action on a row set when iteration finishes orclose()
is called.class
Methods in org.apache.jena.riot.rowset that return RowSetModifier and TypeMethodDescriptionRowSetWrapper.get()
QueryResults.Builder.read
(InputStream input) Short form equivalent to.build().read(InputStreams)
Short form equivalent to.build().read(url)
QueryResults.read
(InputStream input) Read a row set from anInputStream
.Read a row set from a URL or filename.default RowSet
RowSetReader.read
(InputStream in, Context context) Read from anInputStream
and produce aRowSet
.default RowSet
UsingRowSetReader.read(InputStream, Context)
is preferred.Methods in org.apache.jena.riot.rowset with parameters of type RowSetModifier and TypeMethodDescriptionvoid
RowSetWriter.write
(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred.Constructors in org.apache.jena.riot.rowset with parameters of type RowSetModifierConstructorDescriptionRowSetOnClose
(RowSet rs, Runnable onClose) RowSetWrapper
(RowSet other) -
Uses of RowSet in org.apache.jena.riot.rowset.rw
Methods in org.apache.jena.riot.rowset.rw that return RowSetModifier and TypeMethodDescriptionRowSetReaderCSV.read
(InputStream in, Context context) RowSetReaderNone.read
(InputStream in, Context context) RowSetReaderProtobuf.read
(InputStream in, Context context) RowSetReaderThrift.read
(InputStream in, Context context) RowSetReaderTSV.read
(InputStream in, Context context) static RowSet
RowSetReaderTSV.resultSetFromTSV
(InputStream in) Reads SPARQL Results from TSV format into aRowSet
instanceMethods in org.apache.jena.riot.rowset.rw with parameters of type RowSetModifier and TypeMethodDescriptionstatic void
RowSetWriterText.output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd) static void
RowSetWriterText.output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd, Context cxt) static void
void
RowSetWriterCSV.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterJSON.write
(OutputStream outStream, RowSet rowSet, Context context) void
void
RowSetWriterNone.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterProtobuf.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterText.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterThrift.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterTSV.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterXML.write
(OutputStream outStream, RowSet rs, Context context) void
-
Uses of RowSet in org.apache.jena.riot.rowset.rw.rs_json
Classes in org.apache.jena.riot.rowset.rw.rs_json with type parameters of type RowSetModifier and TypeClassDescriptionclass
RowSetBuffered<T extends RowSet>
A buffering RowSet wrapper for stream-backed RowSets whoseRowSetBuffered.getResultVars()
returns null as long as the header has not been seen on the stream.Classes in org.apache.jena.riot.rowset.rw.rs_json that implement RowSetModifier and TypeClassDescriptionclass
RowSetBuffered<T extends RowSet>
A buffering RowSet wrapper for stream-backed RowSets whoseRowSetBuffered.getResultVars()
returns null as long as the header has not been seen on the stream.class
Streaming RowSet implementation for application/sparql-results+json TheRowSetJSONStreaming.getResultVars()
will return null as long as the header has not been consumed from the underlying stream. -
Uses of RowSet in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift that return RowSetModifier and TypeMethodDescriptionstatic RowSet
ThriftRDF.readRowSet
(InputStream in) static RowSet
ThriftRDF.readRowSet
(org.apache.thrift.protocol.TProtocol protocol) Methods in org.apache.jena.riot.thrift with parameters of type RowSetModifier and TypeMethodDescriptionstatic void
ThriftRDF.writeRowSet
(OutputStream out, RowSet rowSet) static void
ThriftRDF.writeRowSet
(OutputStream out, RowSet rowSet, boolean withValues) static void
ThriftRDF.writeRowSet
(org.apache.thrift.protocol.TProtocol protocol, RowSet rowSet) static void
ThriftRDF.writeRowSet
(org.apache.thrift.protocol.TProtocol protocol, RowSet rowSet, boolean encodeValues) -
Uses of RowSet in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra that return RowSet -
Uses of RowSet in org.apache.jena.sparql.algebra.table
Methods in org.apache.jena.sparql.algebra.table that return RowSet -
Uses of RowSet in org.apache.jena.sparql.exec
Subinterfaces of RowSet in org.apache.jena.sparql.execClasses in org.apache.jena.sparql.exec that implement RowSetModifier and TypeClassDescriptionclass
class
A row set held in-memory which is rewindable and peekableclass
Methods in org.apache.jena.sparql.exec that return RowSetModifier and TypeMethodDescriptionstatic RowSet
static RowSet
RowSet.create
(QueryIterator qIter, List<Var> vars) Turn aQueryIterator
into a RowSet.static RowSet
ResultSetAdapter.get()
default RowSet
RowSet.materialize()
Return aRowSet
that is not connected to the original source.static RowSet
RowSetFactory.read
(InputStream in, Lang lang) QueryExecResult.rowSet()
QueryExec.select()
Execute a SELECT queryQueryExecAdapter.select()
QueryExecApp.select()
default RowSet
QueryExecBuilder.select()
Build and execute as a SELECT query.QueryExecDataset.select()
Methods in org.apache.jena.sparql.exec with parameters of type RowSetModifier and TypeMethodDescriptionstatic void
This operation faithfully walks the rowSet but does nothing with the rows.static long
Count the rows in the RowSet (from the current point of RowSet).static RowSetRewindable
static void
RowSetOps.out
(OutputStream out, RowSet rowSet) Output a result set in a text format.static void
RowSetOps.out
(OutputStream out, RowSet resultSet, PrefixMap pmap) Output a result set in a text format.static void
RowSetOps.out
(OutputStream out, RowSet rowSet, Prologue prologue) Output a result set in a text format.static void
Output a result set in a text format.Constructors in org.apache.jena.sparql.exec with parameters of type RowSetModifierConstructorDescriptionQueryExecResult
(RowSet rowSet) ResultSetAdapter
(RowSet rowSet) ResultSetAdapter
(RowSet rowSet, org.apache.jena.rdf.model.Model m) -
Uses of RowSet in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return RowSet -
Uses of RowSet in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset that return RowSetModifier and TypeMethodDescriptionResultsReader.Builder.readRowSet
(InputStream input) Short form equivalent to.build().read(InputStreams)
ResultsReader.Builder.readRowSet
(String url) Short form equivalent to.build().read(url)
ResultsReader.readRowSet
(InputStream input) Read a result set from anInputStream
.ResultsReader.readRowSet
(String urlOrFilename) Read a result set from a URL or filename.Methods in org.apache.jena.sparql.resultset with parameters of type RowSetModifier and TypeMethodDescriptionstatic boolean
ResultSetCompare.equalsByTerm
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByTermAndOrder
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByValue
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByValueAndOrder
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsExact
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.isomorphic
(RowSet rs1, RowSet rs2) void
ResultsWriter.Builder.write
(OutputStream output, RowSet rowSet) Short form equivalent tobuild().write(OutputStream, RowSet)
void
Short form equivalent tobuild().write(url, RowSet)
void
ResultsWriter.write
(OutputStream output, RowSet rowSet) Write a result set, using the configuration of theResultWriter
, to anOutputStream
.void
Write a result set, using the configuration of theResultsWriter
, to a file -
Uses of RowSet in org.apache.jena.sparql.sse
Methods in org.apache.jena.sparql.sse that return RowSet -
Uses of RowSet in org.apache.jena.sparql.sse.builders
Methods in org.apache.jena.sparql.sse.builders that return RowSet