Class ModelFlowRDFConnection

java.lang.Object
org.aksw.jena_sparql_api.data_client.ModelFlowRDFConnection
All Implemented Interfaces:
ModelFlow

public class ModelFlowRDFConnection extends Object implements ModelFlow
  • Field Details

    • conn

      protected org.apache.jena.rdfconnection.RDFConnection conn
    • driver

      protected ModelFlowDriver driver
  • Constructor Details

    • ModelFlowRDFConnection

      public ModelFlowRDFConnection()
  • Method Details

    • execUpdate

      public ModelFlow execUpdate(org.apache.jena.update.UpdateRequest updateRequest)
      Description copied from interface: ModelFlow
      In place transformation of the dataset referred to by this ModelFlow
      Specified by:
      execUpdate in interface ModelFlow
      Returns:
    • execConstruct

      public ModelFlow execConstruct(org.apache.jena.query.Query query)
      Description copied from interface: ModelFlow
      Create a new ModelFlow that wraps the result of the given construct query
      Specified by:
      execConstruct in interface ModelFlow
      Returns:
    • toModel

      public org.apache.jena.rdf.model.Model toModel()
      Specified by:
      toModel in interface ModelFlow
    • toTriples

      public Iterator<org.apache.jena.graph.Triple> toTriples()
      Specified by:
      toTriples in interface ModelFlow