public class ResultSetUtils extends Object
| Constructor and Description |
|---|
ResultSetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Multimap<List<com.hp.hpl.jena.graph.Node>,com.hp.hpl.jena.sparql.engine.binding.Binding> |
index(com.hp.hpl.jena.query.ResultSet rs,
List<com.hp.hpl.jena.sparql.core.Var> vars) |
static com.hp.hpl.jena.query.ResultSet |
join(com.hp.hpl.jena.query.ResultSet a,
com.hp.hpl.jena.query.ResultSet b) |
static com.hp.hpl.jena.query.ResultSet |
project(com.hp.hpl.jena.query.ResultSet rs,
Iterable<com.hp.hpl.jena.sparql.core.Var> vars,
boolean uniq) |
static com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.sparql.engine.binding.Binding> |
toIteratorBinding(com.hp.hpl.jena.query.QueryExecution qe) |
static Iterator<com.hp.hpl.jena.sparql.engine.binding.Binding> |
toIteratorBinding(com.hp.hpl.jena.query.ResultSet rs) |
static com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.sparql.engine.binding.Binding> |
toIteratorBinding(com.hp.hpl.jena.query.ResultSet rs,
com.hp.hpl.jena.query.QueryExecution qe)
This version returns an iterator capable of closing the corresponding query execution
|
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.sparql.engine.binding.Binding> toIteratorBinding(com.hp.hpl.jena.query.QueryExecution qe)
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.sparql.engine.binding.Binding> toIteratorBinding(com.hp.hpl.jena.query.ResultSet rs,
com.hp.hpl.jena.query.QueryExecution qe)
rs - qe - public static Iterator<com.hp.hpl.jena.sparql.engine.binding.Binding> toIteratorBinding(com.hp.hpl.jena.query.ResultSet rs)
public static com.google.common.collect.Multimap<List<com.hp.hpl.jena.graph.Node>,com.hp.hpl.jena.sparql.engine.binding.Binding> index(com.hp.hpl.jena.query.ResultSet rs, List<com.hp.hpl.jena.sparql.core.Var> vars)
public static com.hp.hpl.jena.query.ResultSet join(com.hp.hpl.jena.query.ResultSet a,
com.hp.hpl.jena.query.ResultSet b)
public static com.hp.hpl.jena.query.ResultSet project(com.hp.hpl.jena.query.ResultSet rs,
Iterable<com.hp.hpl.jena.sparql.core.Var> vars,
boolean uniq)
Copyright © 2015. All rights reserved.