-
Method Summary
org.apache.jena.query.QueryExecution
default org.apache.jena.rdf.model.Model
default void
execConstruct(org.apache.jena.rdf.model.Model model,
org.apache.jena.query.Query query)
Convenience method to execute a construct query and add the result to the model.
default void
Convenience method to execute a construct quads query and add the result to the dataset.
default org.apache.jena.query.Dataset
default org.apache.jena.rdf.model.Model
default void
execDescribe(org.apache.jena.rdf.model.Model model,
org.apache.jena.query.Query query)
Convenience method to execute a describe query and add the result to the model.
-
Method Details
-
createQueryExecution
org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
-
execConstruct
default org.apache.jena.rdf.model.Model execConstruct(org.apache.jena.query.Query query)
-
execConstructDataset
default org.apache.jena.query.Dataset execConstructDataset(org.apache.jena.query.Query query)
-
execDescribe
default org.apache.jena.rdf.model.Model execDescribe(org.apache.jena.query.Query query)
-
execConstruct
default void execConstruct(org.apache.jena.rdf.model.Model model,
org.apache.jena.query.Query query)
Convenience method to execute a construct query and add the result to the model.
-
execConstructDataset
default void execConstructDataset(org.apache.jena.query.Dataset dataset,
org.apache.jena.query.Query query)
Convenience method to execute a construct quads query and add the result to the dataset.
-
execDescribe
default void execDescribe(org.apache.jena.rdf.model.Model model,
org.apache.jena.query.Query query)
Convenience method to execute a describe query and add the result to the model.