public class DatasetGraphSDB extends DatasetGraphTriplesQuads implements DatasetGraph, org.apache.jena.atlas.lib.Closeable
| Constructor and Description |
|---|
DatasetGraphSDB(Store store,
Context context) |
DatasetGraphSDB(Store store,
GraphSDB graph,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
begin(ReadWrite mode) |
void |
close() |
void |
commit() |
boolean |
containsGraph(Node graphNode) |
void |
end() |
Graph |
getDefaultGraph() |
Graph |
getGraph(Node graphNode) |
Store |
getStore() |
boolean |
isInTransaction() |
Iterator<Node> |
listGraphNodes() |
boolean |
supportsTransactionAbort() |
boolean |
supportsTransactions() |
add, add, addGraph, delete, delete, removeGraph, setDefaultGraphfind, findInUnionGraph, findNG, findQuadsInUnionGraphclear, contains, contains, deleteAny, find, find, getContext, getLock, getUnionGraph, isEmpty, size, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addGraph, clear, contains, contains, delete, delete, deleteAny, find, find, find, findNG, getContext, getLock, getUnionGraph, isEmpty, removeGraph, setDefaultGraph, sizepublic Store getStore()
public Iterator<Node> listGraphNodes()
listGraphNodes in interface DatasetGraphpublic boolean containsGraph(Node graphNode)
containsGraph in interface DatasetGraphcontainsGraph in class DatasetGraphBasepublic Graph getDefaultGraph()
getDefaultGraph in interface DatasetGraphgetDefaultGraph in class DatasetGraphBasepublic Graph getGraph(Node graphNode)
getGraph in interface DatasetGraphgetGraph in class DatasetGraphBasepublic void close()
close in interface org.apache.jena.atlas.lib.Closeableclose in interface DatasetGraphclose in class DatasetGraphBasepublic void begin(ReadWrite mode)
begin in interface Transactionalpublic void commit()
commit in interface Transactionalpublic void abort()
abort in interface Transactionalpublic boolean isInTransaction()
isInTransaction in interface Transactionalpublic void end()
end in interface Transactionalpublic boolean supportsTransactions()
supportsTransactions in interface DatasetGraphpublic boolean supportsTransactionAbort()
supportsTransactionAbort in interface DatasetGraphLicenced under the Apache License, Version 2.0