public interface Select extends SolutionModifierQuery
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResultVariableNames()
Gets the names of all variables in the SELECT.
|
List<org.apache.jena.rdf.model.Resource> |
getResultVariables()
Deprecated.
Note that this function returns an empty result if the query is
represented using sp:text only.
This means that it should not be used outside of SPIN RDF structures.
Use #getResultVariableNames otherwise.
This method will be made private in future versions.
|
boolean |
isDistinct()
Checks is this query has the DISTINCT flag set.
|
boolean |
isReduced()
Checks if this query has the REDUCED flag set.
|
getLimit, getOffsetgetFrom, getFromNamed, getValues, getWhereElementsgetWheregetCommentabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toStringList<String> getResultVariableNames()
List<org.apache.jena.rdf.model.Resource> getResultVariables()
Variable, Aggregation or
FunctionCall. Variables can have an additional
sp:expression, representing AS expressions.boolean isDistinct()
boolean isReduced()
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.