public interface DescribeQuery extends QueryWithSolutionModifier
This interface represents a SPARQL SELECT query.
| Modifier and Type | Method and Description |
|---|---|
List<ResourceOrVariable> |
getResourcesToDescribe()
Gets the list of
ResourceOrVariables to describe. |
boolean |
isDescribeAll()
Tests if all variables in the query should be described.
|
getGroupConditions, getHavingConditions, getLimit, getOffset, getOrderConditionsgetDataSet, getInlineData, getQueryPattern, toStringboolean isDescribeAll()
Tests if all variables in the query should be described.
true if the query should return all variables.List<ResourceOrVariable> getResourcesToDescribe()
Gets the list of ResourceOrVariables to describe.
If isDescribeAll() returns true then
this list contains all the variables from the query.
ResourceOrVariables to describe.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.