Package org.apache.jena.sparql.core
Interface DatasetGraphWrapperView
-
- All Superinterfaces:
org.apache.jena.atlas.lib.Closeable,DatasetGraph,Transactional
- All Known Implementing Classes:
DatasetGraphFilteredView,DatasetGraphRDFS,DynamicDatasets.DynamicDatasetGraph
public interface DatasetGraphWrapperView extends DatasetGraph
Marker interface that indicates a DatasetGraphWrapper is one that defines a different view on the base dataset data. Hence, query should not access the wrapped dataset.- See Also:
QueryEngineFactoryWrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote
-
-
Method Summary
-
Methods inherited from interface org.apache.jena.sparql.core.DatasetGraph
add, add, addAll, addGraph, clear, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, getUnionGraph, isEmpty, listGraphNodes, prefixes, removeGraph, setDefaultGraph, size, supportsTransactionAbort, supportsTransactions
-
Methods inherited from interface org.apache.jena.sparql.core.Transactional
abort, begin, begin, begin, calc, calculate, calculateRead, calculateWrite, commit, end, exec, execute, executeRead, executeWrite, isInTransaction, promote, promote, transactionMode, transactionType
-
-