public abstract class DelegatingDataset extends Object implements org.apache.jena.query.Dataset
| Constructor and Description |
|---|
DelegatingDataset(org.apache.jena.query.Dataset delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addNamedModel(String uri,
org.apache.jena.rdf.model.Model model) |
org.apache.jena.sparql.core.DatasetGraph |
asDatasetGraph() |
void |
begin(org.apache.jena.query.ReadWrite readWrite) |
void |
close() |
void |
commit() |
boolean |
containsNamedModel(String uri) |
void |
end() |
org.apache.jena.sparql.util.Context |
getContext() |
org.apache.jena.rdf.model.Model |
getDefaultModel() |
org.apache.jena.query.Dataset |
getDelegate() |
org.apache.jena.shared.Lock |
getLock() |
org.apache.jena.rdf.model.Model |
getNamedModel(String uri) |
org.apache.jena.rdf.model.Model |
getUnionModel() |
boolean |
isInTransaction() |
Iterator<String> |
listNames() |
void |
removeNamedModel(String uri) |
void |
replaceNamedModel(String uri,
org.apache.jena.rdf.model.Model model) |
void |
setDefaultModel(org.apache.jena.rdf.model.Model model) |
boolean |
supportsTransactionAbort() |
boolean |
supportsTransactions() |
public DelegatingDataset(org.apache.jena.query.Dataset delegate)
public org.apache.jena.sparql.core.DatasetGraph asDatasetGraph()
asDatasetGraph in interface org.apache.jena.query.Datasetpublic void close()
close in interface org.apache.jena.query.Datasetpublic boolean containsNamedModel(String uri)
containsNamedModel in interface org.apache.jena.query.Datasetpublic org.apache.jena.rdf.model.Model getDefaultModel()
getDefaultModel in interface org.apache.jena.query.Datasetpublic org.apache.jena.rdf.model.Model getUnionModel()
getUnionModel in interface org.apache.jena.query.Datasetpublic org.apache.jena.query.Dataset getDelegate()
public org.apache.jena.shared.Lock getLock()
getLock in interface org.apache.jena.query.Datasetpublic org.apache.jena.rdf.model.Model getNamedModel(String uri)
getNamedModel in interface org.apache.jena.query.Datasetpublic Iterator<String> listNames()
listNames in interface org.apache.jena.query.Datasetpublic void setDefaultModel(org.apache.jena.rdf.model.Model model)
setDefaultModel in interface org.apache.jena.query.Datasetpublic void addNamedModel(String uri, org.apache.jena.rdf.model.Model model) throws org.apache.jena.query.LabelExistsException
addNamedModel in interface org.apache.jena.query.Datasetorg.apache.jena.query.LabelExistsExceptionpublic void removeNamedModel(String uri)
removeNamedModel in interface org.apache.jena.query.Datasetpublic void replaceNamedModel(String uri, org.apache.jena.rdf.model.Model model)
replaceNamedModel in interface org.apache.jena.query.Datasetpublic org.apache.jena.sparql.util.Context getContext()
getContext in interface org.apache.jena.query.Datasetpublic boolean supportsTransactions()
supportsTransactions in interface org.apache.jena.query.Datasetpublic boolean supportsTransactionAbort()
supportsTransactionAbort in interface org.apache.jena.query.Datasetpublic void begin(org.apache.jena.query.ReadWrite readWrite)
begin in interface org.apache.jena.query.Datasetbegin in interface org.apache.jena.sparql.core.Transactionalpublic void commit()
commit in interface org.apache.jena.query.Datasetcommit in interface org.apache.jena.sparql.core.Transactionalpublic void abort()
abort in interface org.apache.jena.query.Datasetabort in interface org.apache.jena.sparql.core.Transactionalpublic boolean isInTransaction()
isInTransaction in interface org.apache.jena.query.DatasetisInTransaction in interface org.apache.jena.sparql.core.Transactionalpublic void end()
end in interface org.apache.jena.query.Datasetend in interface org.apache.jena.sparql.core.TransactionalCopyright © 2017 TopQuadrant, Inc.. All rights reserved.