Class RdfDataPodBase
java.lang.Object
org.aksw.jena_sparql_api.conjure.datapod.impl.RdfDataPodBase
- All Implemented Interfaces:
AutoCloseable,DataPod,RdfDataPod,HasRDFDataSource,RDFDataPod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Set<org.apache.jena.rdfconnection.RDFConnection> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.rdfconnection.RDFConnectionbooleanWhether the content of the data object can be modifiedprotected abstract org.apache.jena.rdfconnection.RDFConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.conjure.datapod.api.RdfDataPod
getDataset, getModel
-
Field Details
-
openConnections
-
isClosed
protected boolean isClosed
-
-
Constructor Details
-
RdfDataPodBase
public RdfDataPodBase()
-
-
Method Details
-
isMutable
public boolean isMutable()Description copied from interface:DataPodWhether the content of the data object can be modified -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getConnection
public org.apache.jena.rdfconnection.RDFConnection getConnection()- Specified by:
getConnectionin interfaceRdfDataPod
-
getDataSource
- Specified by:
getDataSourcein interfaceHasRDFDataSource- Specified by:
getDataSourcein interfaceRdfDataPod
-
newConnection
protected abstract org.apache.jena.rdfconnection.RDFConnection newConnection()
-