Class QueryExecutionAdapter

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

public class QueryExecutionAdapter extends Object implements org.apache.jena.query.QueryExecution
Author:
Claus Stadler

Date: 11/29/11 Time: 12:01 AM

  • Constructor Details

    • QueryExecutionAdapter

      public QueryExecutionAdapter()
  • Method Details

    • setInitialBinding

      @Deprecated public void setInitialBinding(org.apache.jena.sparql.engine.binding.Binding binding)
      Deprecated.
    • setInitialBinding

      @Deprecated public void setInitialBinding(org.apache.jena.query.QuerySolution binding)
      Deprecated.
    • getDataset

      public org.apache.jena.query.Dataset getDataset()
      Specified by:
      getDataset in interface org.apache.jena.query.QueryExecution
    • getContext

      public org.apache.jena.sparql.util.Context getContext()
      Specified by:
      getContext in interface org.apache.jena.query.QueryExecution
    • getQuery

      public org.apache.jena.query.Query getQuery()
      The query associated with a query execution. May be null (QueryExecution may have been created by other means)
      Specified by:
      getQuery in interface org.apache.jena.query.QueryExecution
    • getQueryString

      public String getQueryString()
      Specified by:
      getQueryString in interface org.apache.jena.query.QueryExecution
    • execSelect

      public org.apache.jena.query.ResultSet execSelect()
      Specified by:
      execSelect in interface org.apache.jena.query.QueryExecution
    • execConstruct

      public org.apache.jena.rdf.model.Model execConstruct()
      Specified by:
      execConstruct in interface org.apache.jena.query.QueryExecution
    • execConstruct

      public org.apache.jena.rdf.model.Model execConstruct(org.apache.jena.rdf.model.Model model)
      Specified by:
      execConstruct in interface org.apache.jena.query.QueryExecution
    • execDescribe

      public org.apache.jena.rdf.model.Model execDescribe()
      Specified by:
      execDescribe in interface org.apache.jena.query.QueryExecution
    • 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
    • execAsk

      public boolean execAsk()
      Specified by:
      execAsk in interface org.apache.jena.query.QueryExecution
    • abort

      public void abort()
      Specified by:
      abort in interface org.apache.jena.query.QueryExecution
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.jena.query.QueryExecution
    • setTimeout

      @Deprecated public void setTimeout(long timeout, TimeUnit timeoutUnits)
      Deprecated.
    • setTimeout

      @Deprecated public void setTimeout(long timeout)
      Deprecated.
    • setTimeout

      @Deprecated public void setTimeout(long timeout1, TimeUnit timeUnit1, long timeout2, TimeUnit timeUnit2)
      Deprecated.
    • setTimeout

      @Deprecated public void setTimeout(long timeout1, long timeout2)
      Deprecated.
    • execConstructTriples

      public Iterator<org.apache.jena.graph.Triple> execConstructTriples()
      Specified by:
      execConstructTriples in interface org.apache.jena.query.QueryExecution
    • execDescribeTriples

      public Iterator<org.apache.jena.graph.Triple> execDescribeTriples()
      Specified by:
      execDescribeTriples in interface org.apache.jena.query.QueryExecution
    • getTimeout1

      public long getTimeout1()
      Specified by:
      getTimeout1 in interface org.apache.jena.query.QueryExecution
    • getTimeout2

      public long getTimeout2()
      Specified by:
      getTimeout2 in interface org.apache.jena.query.QueryExecution
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface org.apache.jena.query.QueryExecution
    • execConstructDataset

      public org.apache.jena.query.Dataset execConstructDataset()
      Specified by:
      execConstructDataset in interface org.apache.jena.query.QueryExecution
    • execConstructDataset

      public org.apache.jena.query.Dataset execConstructDataset(org.apache.jena.query.Dataset arg0)
      Specified by:
      execConstructDataset in interface org.apache.jena.query.QueryExecution
    • execConstructQuads

      public Iterator<org.apache.jena.sparql.core.Quad> execConstructQuads()
      Specified by:
      execConstructQuads in interface org.apache.jena.query.QueryExecution
    • execJson

      public org.apache.jena.atlas.json.JsonArray execJson()
      Specified by:
      execJson in interface org.apache.jena.query.QueryExecution
    • execJsonItems

      public Iterator<org.apache.jena.atlas.json.JsonObject> execJsonItems()
      Specified by:
      execJsonItems in interface org.apache.jena.query.QueryExecution