|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectQuery
This interface represents a SPARQL SELECT query.
| Method Summary | |
|---|---|
List<Variable> |
getSelection()
Gets the list of Variables to project the solution to. |
boolean |
isDistinct()
Tests if this query should return distinct results. |
boolean |
isReduced()
Tests if this query should return reduced results. |
boolean |
isSelectAll()
Tests if this query returns all its variables, and not a projected subset. |
| Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier |
|---|
getLimit, getOffset, getOrderConditions |
| Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.Query |
|---|
getDataSet, getQueryPattern, toString |
| Method Detail |
|---|
boolean isDistinct()
Tests if this query should return distinct results.
true if the query should return distinct results.boolean isReduced()
Tests if this query should return reduced results.
true if the query should return reduced results.boolean isSelectAll()
Tests if this query returns all its variables, and not a projected subset.
true if the query should return all variables.List<Variable> getSelection()
Gets the list of Variables to project the solution to.
If isSelectAll() returns true then
this list contains all the variables from the query.
Variables to return from the query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||