public class SelectImpl extends QueryImpl implements Select
INDENTATION| Constructor and Description |
|---|
SelectImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph eh) |
| 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()
Gets a list of result variables, or an empty list if we have a star
results list.
|
boolean |
isDistinct()
Checks is this query has the DISTINCT flag set.
|
boolean |
isReduced()
Checks if this query has the REDUCED flag set.
|
void |
printSPINRDF(PrintContext p) |
getFrom, getFromNamed, getLimit, getOffset, getValues, getWhere, getWhereElements, print, printSolutionModifiers, printStringFrom, printValues, printWheregetComment, getElements, getElements, getList, hasRDFType, printComment, printNestedElementList, printNestedElementList, printNestedExpressionString, printNestedExpressionString, printPrefixes, printVariableExpression, printVariableExpression, printVarOrResource, toStringgetInteger, getLiteral, getLong, getRDFNode, getResource, getString, inferRDFNodeabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, mustHaveModel, removeAll, removeProperties, visitWithas, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isURIResource, isValid, viewAsaddView, alreadyHasView, asInternal, supportsclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetLimit, 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, toStringpublic SelectImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph eh)
public List<String> getResultVariableNames()
SelectgetResultVariableNames in interface Selectpublic List<org.apache.jena.rdf.model.Resource> getResultVariables()
SelectVariable, Aggregation or
FunctionCall. Variables can have an additional
sp:expression, representing AS expressions.getResultVariables in interface Selectpublic boolean isDistinct()
SelectisDistinct in interface Selectpublic boolean isReduced()
Selectpublic void printSPINRDF(PrintContext p)
printSPINRDF in class QueryImplCopyright © 2017 TopQuadrant, Inc.. All rights reserved.