Module org.apache.jena.dboe.storage
Class SimpleDB.DatasetGraphSimpleDB
java.lang.Object
org.apache.jena.sparql.core.DatasetGraphBase
org.apache.jena.sparql.core.DatasetGraphBaseFind
org.apache.jena.dboe.storage.system.DatasetGraphStorage
org.apache.jena.dboe.storage.simple.SimpleDB.DatasetGraphSimpleDB
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,DatabaseRDF,org.apache.jena.sparql.core.DatasetGraph,org.apache.jena.sparql.core.Transactional
- Enclosing class:
- SimpleDB
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.dboe.storage.system.DatasetGraphStorage
abort, add, add, addGraph, begin, begin, begin, commit, delete, delete, end, getData, getDefaultGraph, getGraph, getStoragePrefixes, getTransactional, getUnionGraph, isInTransaction, listGraphNodes, prefixes, promote, removeGraph, size, supportsTransactionAbort, supportsTransactions, toString, transactionMode, transactionTypeMethods inherited from class org.apache.jena.sparql.core.DatasetGraphBaseFind
find, findInUnionGraph, findNG, findQuadsInUnionGraphMethods inherited from class org.apache.jena.sparql.core.DatasetGraphBase
clear, close, contains, contains, containsGraph, deleteAny, deleteAny, find, find, getContext, getLock, isEmptyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.core.DatasetGraph
addAll, stream, streamMethods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
Constructor Details
-
DatasetGraphSimpleDB
public DatasetGraphSimpleDB()
-