org.modeshape.jcr.api.query.qom
Interface Subquery

All Superinterfaces:
Operand, StaticOperand
All Known Implementing Classes:
JcrSubquery

public interface Subquery
extends StaticOperand

Represents a non-correlated subquery used as a StaticOperand.


Method Summary
 QueryCommand getQuery()
          Gets the QueryCommand that makes up the subqery.
 

Method Detail

getQuery

QueryCommand getQuery()
Gets the QueryCommand that makes up the subqery.

Returns:
the query command; non-null


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.