public class PlainFormat extends Object implements ResultSetProcessor
| Constructor and Description |
|---|
PlainFormat(OutputStream outStream,
Prologue prologue) |
PlainFormat(OutputStream outStream,
SerializationContext context) |
| 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
|
public PlainFormat(OutputStream outStream, SerializationContext context)
public PlainFormat(OutputStream outStream, Prologue prologue)
public void start(ResultSet rs)
ResultSetProcessorstart in interface ResultSetProcessorpublic void finish(ResultSet rs)
ResultSetProcessorfinish in interface ResultSetProcessorpublic void start(QuerySolution qs)
ResultSetProcessorstart in interface ResultSetProcessorpublic void finish(QuerySolution qs)
ResultSetProcessorfinish in interface ResultSetProcessorpublic void binding(String varName, RDFNode value)
ResultSetProcessorbinding in interface ResultSetProcessorLicenced under the Apache License, Version 2.0