public interface RDFDatasetAccessConnection extends Transactional, AutoCloseable
RDFDatasetConnection adds the write operations.RDFDatasetConnection,
RDFConnection,
RDFConnectionFactoryTransactional.Promote| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this connection.
|
Model |
fetch()
Fetch the default graph.
|
Model |
fetch(String graphName)
Fetch a named graph.
|
Dataset |
fetchDataset()
Fetch the contents of the dataset
|
boolean |
isClosed()
Test whether this connection is closed or not
|
abort, begin, begin, begin, commit, end, isInTransaction, promote, promote, transactionMode, transactionTypeModel fetch(String graphName)
graphName - URI string for the graph name (null or "default" for the default graph)Model fetch()
Dataset fetchDataset()
boolean isClosed()
void close()
close in interface AutoCloseableLicenced under the Apache License, Version 2.0