Uses of Interface
se.liu.ida.hefquin.engine.QueryProcessingOutput
Packages that use QueryProcessingOutput
-
Uses of QueryProcessingOutput in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return QueryProcessingOutputModifier and TypeMethodDescriptionHeFQUINEngine.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.