Package com.stardog.stark.query
Interface BooleanQueryResultHandler
- All Superinterfaces:
QueryResultHandler<Boolean>
- All Known Subinterfaces:
BooleanQueryResultWriter
- All Known Implementing Classes:
SPARQLJSONBooleanResultWriter,SPARQLXMLBooleanResultWriter,TextBooleanQueryResultWriter
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Method Summary
Methods inherited from interface com.stardog.stark.query.QueryResultHandler
end, links, start
-
Method Details
-
handle
Boolean query results return a *single* value, `true` or `false`. This method will only be called once by whatever is producing the results- Specified by:
handlein interfaceQueryResultHandler<Boolean>- Parameters:
theResult- the single query result
-