|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.resultset.PlainFormat
public class PlainFormat
| Constructor Summary | |
|---|---|
PlainFormat(OutputStream outStream,
Prologue prologue)
|
|
PlainFormat(OutputStream outStream,
SerializationContext context)
|
|
| Method Summary | |
|---|---|
void |
binding(String varName,
com.hp.hpl.jena.rdf.model.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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainFormat(OutputStream outStream,
SerializationContext context)
public PlainFormat(OutputStream outStream,
Prologue prologue)
| Method Detail |
|---|
public void start(ResultSet rs)
ResultSetProcessor
start in interface ResultSetProcessorpublic void finish(ResultSet rs)
ResultSetProcessor
finish in interface ResultSetProcessorpublic void start(QuerySolution qs)
ResultSetProcessor
start in interface ResultSetProcessorpublic void finish(QuerySolution qs)
ResultSetProcessor
finish in interface ResultSetProcessor
public void binding(String varName,
com.hp.hpl.jena.rdf.model.RDFNode value)
ResultSetProcessor
binding in interface ResultSetProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||