public class CloseableDataset extends org.apache.jena.sparql.core.DatasetImpl implements AutoCloseable
AutoCloseable semantic to Jena's Dataset for
convenient use with Java 7's try-with-resources syntax.| Constructor and Description |
|---|
CloseableDataset(org.apache.jena.rdf.model.Model model)
Default constructor.
|
abort, addNamedModel, asDatasetGraph, begin, checkGraphName, close, commit, containsNamedModel, end, getContext, getDefaultModel, getLock, getNamedModel, graph2model, isInTransaction, listNames, removeNamedModel, replaceNamedModel, setDefaultModel, supportsTransactionAbort, supportsTransactions, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic CloseableDataset(org.apache.jena.rdf.model.Model model)
model - Model to wrapCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.