public class RDFServiceSDB extends RDFServiceJena implements RDFService
RDFService.ModelSerializationFormat, RDFService.ResultFormat, RDFService.SPARQLQueryTypeBNODE_ROOT_QUERY, defaultWriteGraphURI, registeredJenaListeners, registeredListeners| Constructor and Description |
|---|
RDFServiceSDB(Connection conn,
com.hp.hpl.jena.sdb.StoreDesc storeDesc) |
RDFServiceSDB(DataSource dataSource,
com.hp.hpl.jena.sdb.StoreDesc storeDesc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeSetUpdate(ChangeSet changeSet)
Performs a series of additions to and or removals from specified graphs
in the RDF store.
|
void |
close()
Frees any resources held by this RDFService object
The implementation of this method should be idempotent so that
multiple invocations do not cause an error.
|
protected com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString,
com.hp.hpl.jena.query.Query q,
com.hp.hpl.jena.query.Dataset d) |
protected DatasetWrapper |
getDatasetWrapper() |
applyChangeSetToModel, getGraphMetadata, getGraphURIs, insureThatInputStreamsAreResettable, isEquivalentGraph, isEquivalentGraph, notifyListenersOfPostChangeEvents, notifyListenersOfPreChangeEvents, operateOnModel, serializeAll, serializeGraph, sparqlAskQuery, sparqlConstructQuery, sparqlConstructQuery, sparqlDescribeQuery, sparqlSelectQuery, sparqlSelectQuerycreateQuery, getDefaultWriteGraphURI, getRegisteredJenaModelChangedListeners, getRegisteredListeners, getSerializationFormatString, isPreconditionSatisfied, manufactureChangeSet, newIndividual, newIndividual, notifyListeners, notifyListenersOfChanges, notifyListenersOfEvent, pyString, registerJenaModelChangedListener, registerListener, separateStatementsWithBlankNodes, sparqlNode, sparqlNodeUpdate, sparqlSelectQueryHasResults, sparqlTriple, toString, unregisterJenaModelChangedListener, unregisterListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultWriteGraphURI, getGraphMetadata, getGraphURIs, isEquivalentGraph, isEquivalentGraph, manufactureChangeSet, newIndividual, newIndividual, registerJenaModelChangedListener, registerListener, serializeAll, serializeGraph, sparqlAskQuery, sparqlConstructQuery, sparqlConstructQuery, sparqlDescribeQuery, sparqlSelectQuery, sparqlSelectQuery, unregisterJenaModelChangedListener, unregisterListenerpublic RDFServiceSDB(DataSource dataSource, com.hp.hpl.jena.sdb.StoreDesc storeDesc)
public RDFServiceSDB(Connection conn, com.hp.hpl.jena.sdb.StoreDesc storeDesc)
protected DatasetWrapper getDatasetWrapper()
getDatasetWrapper in class RDFServiceJenapublic boolean changeSetUpdate(ChangeSet changeSet) throws RDFServiceException
RDFServicechangeSetUpdate in interface RDFServicechangeSetUpdate in class RDFServiceJenachangeSet - - a set of changes to be performed on the RDF store.RDFServiceExceptionprotected com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString, com.hp.hpl.jena.query.Query q, com.hp.hpl.jena.query.Dataset d)
createQueryExecution in class RDFServiceJenapublic void close()
RDFServiceclose in interface RDFServiceclose in class RDFServiceJenaCopyright © 2016. All rights reserved.