public abstract static class ResultSetConsumer.Chaining extends ResultSetConsumer
ResultSetConsumer.Chaining, ResultSetConsumer.HasResult| Modifier | Constructor and Description |
|---|---|
protected |
Chaining(ResultSetConsumer innerConsumer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chainEndProcessing()
Helper method that calls endProcessing on an embedded ResultSetConsumer
|
protected void |
chainProcessQuerySolution(org.apache.jena.query.QuerySolution qs)
Helper method that calls the processQuerySolution on an embedded ResultSetConsumer
|
protected void |
chainStartProcessing()
Helper method that calls startProcessing on an embedded ResultSetConsumer
|
protected void |
endProcessing()
Method to notify the consumer that all QuerySolutions have been processed
|
protected void |
startProcessing()
Method to notify the consumer that a ResultSet is valid and is about to be processed
|
getResultVars, processQuerySolution, processResultSetprotected Chaining(ResultSetConsumer innerConsumer)
protected void startProcessing()
ResultSetConsumerstartProcessing in class ResultSetConsumerprotected void endProcessing()
ResultSetConsumerendProcessing in class ResultSetConsumerprotected void chainProcessQuerySolution(org.apache.jena.query.QuerySolution qs)
qs - Query solutionprotected void chainStartProcessing()
protected void chainEndProcessing()
Copyright © 2022. All rights reserved.