public class DataAccess extends Object
Modifier and Type | Method and Description |
---|---|
void |
clearGraph(String graph) |
void |
close() |
void |
deleteQuad(String graph,
Triple triple) |
Object |
executeSparqlQuery(String query,
UriRef defaultGraphUri)
This is to execute SPARQL queries.
|
Iterator<Triple> |
filter(String graph,
NonLiteral subject,
UriRef predicate,
Resource object) |
void |
insertQuad(String graph,
Triple triple) |
Set<UriRef> |
listGraphs() |
boolean |
performAddPlanB(String graph,
Triple triple)
Deprecated.
|
int |
size(String graph) |
public void close()
public void clearGraph(String graph)
public Iterator<Triple> filter(String graph, NonLiteral subject, UriRef predicate, Resource object)
public int size(String graph)
@Deprecated public boolean performAddPlanB(String graph, Triple triple)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.