Uses of Class
se.liu.ida.hefquin.engine.UnsupportedQueryException
Packages that use UnsupportedQueryException
-
Uses of UnsupportedQueryException in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that throw UnsupportedQueryExceptionModifier and TypeMethodDescriptionprotected QueryProcessingStatsAndExceptionsHeFQUINEngine._execAndPrint(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) protected org.apache.jena.query.QueryExecutionHeFQUINEngine._prepareExecution(org.apache.jena.query.Query query) HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query) Executes the given query and prints the result in text format to stdout.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, PrintStream output) Executes the given query and prints the result in text format to the given output.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat) Executes the given query and prints the result to stdout, in the given format.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) Executes the given query and prints the result to the given output, in the given format.HeFQUINEngine.executeSelectQuery(org.apache.jena.query.Query query) Assuming the given query is a SELECT query, this function executes that query and returns an output object from which the query result can be obtained as aResultSet.static voidValuesServiceQueryResolver.expandValuesPlusServicePattern(org.apache.jena.query.Query q) If the WHERE clause of the given query is of a form that should be rewritten, then this method replaces the WHERE clause of the query by the rewritten one.