java.lang.Object
org.apache.jena.riot.rowset.QueryResults
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResults.Builder
create()
Create aRS.Builder
.read
(InputStream input) Read a row set from anInputStream
.Read a row set from a URL or filename.readAny
(InputStream input) Read a row set or boolean from anInputStream
.Read a row set or boolean from a URL or filename.
-
Method Details
-
create
Create aRS.Builder
. -
read
Read a row set from a URL or filename. -
read
Read a row set from anInputStream
. -
readAny
Read a row set or boolean from a URL or filename. -
readAny
Read a row set or boolean from anInputStream
.
-