public interface QueryRenderer
Interface for RDF4J-based query renderers
| Modifier and Type | Method and Description | 
|---|---|
| QueryLanguage | getLanguage()Return the language this QueryRenderer will render queries in. | 
| String | render(ParsedQuery theQuery)Render the query object to a string in the language supported by this renderer | 
QueryLanguage getLanguage()
String render(ParsedQuery theQuery) throws Exception
theQuery - the query to renderException - if there is an error while renderingCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.