public interface ResultSetProcessor
Modifier and Type | Method and Description |
---|---|
void |
binding(String varName,
RDFNode value)
A single (variable, value) pair in a query solution
- the value may be null indicating that the variable
was not present in this solution.
|
void |
finish(QuerySolution qs)
Finish query solution (row in result set)
|
void |
finish(ResultSet rs)
Finish result set
|
void |
start(QuerySolution qs)
Start query solution (row in result set)
|
void |
start(ResultSet rs)
Start result set
|
void start(ResultSet rs)
void finish(ResultSet rs)
void start(QuerySolution qs)
void finish(QuerySolution qs)
Licenced under the Apache License, Version 2.0