public class QueryExecutionSelect
extends org.aksw.jena_sparql_api.core.QueryExecutionAdapter
| Constructor and Description |
|---|
QueryExecutionSelect(SparqlSqlStringRewriter rewriter,
Connection conn,
com.hp.hpl.jena.query.Query query,
boolean closeConnWhenDone) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.ResultSet |
_execSelect() |
void |
abort() |
void |
close() |
static Statement |
createStatement(Connection conn) |
com.hp.hpl.jena.query.ResultSet |
execSelect() |
static String |
spaces(int n) |
static void |
write(PrintStream out,
Map<?,?> map) |
static <K,V> void |
write(PrintStream out,
com.google.common.collect.Multimap<K,V> map) |
execAsk, execConstruct, execConstruct, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, getContext, getDataset, getQuery, getTimeout1, getTimeout2, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionSelect(SparqlSqlStringRewriter rewriter, Connection conn, com.hp.hpl.jena.query.Query query, boolean closeConnWhenDone)
public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class org.aksw.jena_sparql_api.core.QueryExecutionAdapterpublic static void write(PrintStream out, Map<?,?> map)
public static String spaces(int n)
public static <K,V> void write(PrintStream out, com.google.common.collect.Multimap<K,V> map)
public static Statement createStatement(Connection conn) throws SQLException
SQLExceptionpublic com.hp.hpl.jena.query.ResultSet _execSelect()
throws SQLException
SQLExceptionpublic void abort()
abort in interface com.hp.hpl.jena.query.QueryExecutionabort in class org.aksw.jena_sparql_api.core.QueryExecutionAdapterpublic void close()
close in interface com.hp.hpl.jena.query.QueryExecutionclose in class org.aksw.jena_sparql_api.core.QueryExecutionAdapterCopyright © 2014. All Rights Reserved.