java.lang.Object
org.apache.jena.sparql.exec.QueryExecResult
This class is for the outcome of
QueryExec
.
See SPARQLResult
for The Model-level equivalent.
-
Constructor Summary
ConstructorDescriptionQueryExecResult
(boolean booleanResult) QueryExecResult
(Iterator<JsonObject> jsonItems) QueryExecResult
(org.apache.jena.graph.Graph model) QueryExecResult
(DatasetGraph dataset) QueryExecResult
(RowSet rowSet) -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryExecResult
adapt
(SPARQLResult result) dataset()
org.apache.jena.graph.Graph
graph()
boolean
boolean
boolean
isGraph()
boolean
isJson()
boolean
isRowSet()
boolean
isSet()
rowSet()
-
Constructor Details
-
QueryExecResult
public QueryExecResult(org.apache.jena.graph.Graph model) -
QueryExecResult
-
QueryExecResult
public QueryExecResult(boolean booleanResult) -
QueryExecResult
-
QueryExecResult
-
-
Method Details
-
adapt
-
isSet
public boolean isSet() -
isRowSet
public boolean isRowSet() -
isGraph
public boolean isGraph() -
isDataset
public boolean isDataset() -
isBoolean
public boolean isBoolean() -
isJson
public boolean isJson() -
rowSet
-
booleanResult
-
graph
public org.apache.jena.graph.Graph graph() -
dataset
-
jsonItems
-