- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Element, org.apache.jena.graph.FrontsNode, Printable, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
- All Known Implementing Classes:
- SubQueryImpl
public interface SubQuery
extends Element
A nested sub-query. Right now, only SELECT queries seem to be allowed
but this might change in the future.
- Author:
- Holger Knublauch
-
-
Method Summary
-
Methods inherited from interface org.topbraid.spin.model.Element
visit
-
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
-
Methods inherited from interface org.apache.jena.rdf.model.Resource
abort, 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, toString
-
Methods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith
-
Methods inherited from interface org.apache.jena.graph.FrontsNode
asNode
-
-
Method Detail
-
getQuery
Query getQuery()
Gets the nested query.
- Returns:
- the query
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.