public interface QueryEngine
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(GraphStore graphStore,
Graph defaultGraph,
String query)
Executes any sparql query.
|
Object execute(GraphStore graphStore, Graph defaultGraph, String query)
graphStore - where the query originates.defaultGraph - the default ImmutableGraph against which to execute the query if no
FROM clause is presentquery - string to be executed.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.