Class QueryExecutionDereference

java.lang.Object
org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter
org.aksw.jena_sparql_api.dereference.QueryExecutionDereference
All Implemented Interfaces:
AutoCloseable, org.apache.jena.query.QueryExecution

public class QueryExecutionDereference extends org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter
Author:
Claus Stadler

Date: 11/30/11 Time: 4:24 PM

  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryExecutionDereference(org.apache.jena.query.Query query, Dereferencer dereferencer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdf.model.Model
    _execDescribe(org.apache.jena.rdf.model.Model model)
     
    void
     
    org.apache.jena.rdf.model.Model
     
    org.apache.jena.rdf.model.Model
    execDescribe(org.apache.jena.rdf.model.Model model)
     

    Methods inherited from class org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter

    abort, execAsk, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execConstructQuads, execConstructTriples, execDescribeTriples, execJson, execJsonItems, execSelect, getContext, getDataset, getQuery, getQueryString, getTimeout1, getTimeout2, isClosed, setInitialBinding, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QueryExecutionDereference

      public QueryExecutionDereference(org.apache.jena.query.Query query, Dereferencer dereferencer)
  • Method Details

    • execDescribe

      public org.apache.jena.rdf.model.Model execDescribe()
      Specified by:
      execDescribe in interface org.apache.jena.query.QueryExecution
      Overrides:
      execDescribe in class org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter
    • execDescribe

      public org.apache.jena.rdf.model.Model execDescribe(org.apache.jena.rdf.model.Model model)
      Specified by:
      execDescribe in interface org.apache.jena.query.QueryExecution
      Overrides:
      execDescribe in class org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter
    • _execDescribe

      public org.apache.jena.rdf.model.Model _execDescribe(org.apache.jena.rdf.model.Model model) throws IOException, URISyntaxException
      Throws:
      IOException
      URISyntaxException
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.jena.query.QueryExecution
      Overrides:
      close in class org.aksw.jenax.arq.util.exec.query.QueryExecutionAdapter