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,DatasetGraph,Transactional
- Enclosing class:
- SimpleDB
public static class SimpleDB.DatasetGraphSimpleDB extends DatasetGraphStorage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote
-
-
Constructor Summary
Constructors Constructor Description DatasetGraphSimpleDB()
-
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, supportsTransactionAbort, supportsTransactions, transactionMode, transactionType
-
Methods inherited from class org.apache.jena.sparql.core.DatasetGraphBaseFind
find, findInUnionGraph, findNG, findQuadsInUnionGraph
-
Methods inherited from class org.apache.jena.sparql.core.DatasetGraphBase
clear, close, contains, contains, containsGraph, deleteAny, deleteAny, find, find, getContext, getLock, isEmpty, setDefaultGraph, size, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.core.DatasetGraph
addAll
-
Methods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
-