org.aksw.commons.sparql.api.core
Interface QueryExecutionStreaming

All Superinterfaces:
com.hp.hpl.jena.query.QueryExecution
All Known Implementing Classes:
QueryExecutionBaseSelect

public interface QueryExecutionStreaming
extends com.hp.hpl.jena.query.QueryExecution

A class that is essentially the same as Jena's Query Execution except that it adds two methods for streaming triples.

Author:
Claus Stadler

Date: 11/5/11 Time: 2:47 PM


Method Summary
 Iterator<com.hp.hpl.jena.graph.Triple> execConstructStreaming()
           
 Iterator<com.hp.hpl.jena.graph.Triple> execDescribeStreaming()
           
 
Methods inherited from interface com.hp.hpl.jena.query.QueryExecution
abort, close, execAsk, execConstruct, execConstruct, execDescribe, execDescribe, execSelect, getContext, getDataset, getQuery, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeout
 

Method Detail

execConstructStreaming

Iterator<com.hp.hpl.jena.graph.Triple> execConstructStreaming()

execDescribeStreaming

Iterator<com.hp.hpl.jena.graph.Triple> execDescribeStreaming()


Copyright © 2012. All Rights Reserved.