org.modeshape.jcr.query.qom
Interface JcrQueryCommand

All Superinterfaces:
Command, LanguageObject, QueryCommand, Serializable, Visitable
All Known Implementing Classes:
JcrSelectQuery, JcrSetQuery

public interface JcrQueryCommand
extends QueryCommand, QueryCommand

Representation of an abstract query command the Graph API and extension to the JCR API.


Method Summary
 
Methods inherited from interface org.modeshape.graph.query.model.QueryCommand
columns, limits, orderings, withLimit, withOffset
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 
Methods inherited from interface org.modeshape.jcr.api.query.qom.QueryCommand
getColumns, getLimits, getOrderings
 



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