ModeShape Distribution 3.0.0.Beta4

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

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

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

ModeShape Distribution 3.0.0.Beta4

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