org.topbraid.spin.model
Interface SubQuery

All Superinterfaces:
Element, Printable

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
 Query getQuery()
          Gets the nested query.
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getQuery

Query getQuery()
Gets the nested query.

Returns:
the query