com.day.crx.query
Interface CRXQuery

All Superinterfaces:
Query

public interface CRXQuery
extends Query

CRXQuery extends the JCR Query interface with CRX specific features.


Field Summary
 
Fields inherited from interface javax.jcr.query.Query
JCR_JQOM, JCR_SQL2, SQL, XPATH
 
Method Summary
 void setOption(String name, String value)
          Sets an option for this query.
 
Methods inherited from interface javax.jcr.query.Query
bindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNode
 

Method Detail

setOption

void setOption(String name,
               String value)
               throws RepositoryException
Sets an option for this query.

Parameters:
name - the name of the option.
value - the option value. If null the option with the given name is removed.
Throws:
RepositoryException - if the option is invalid or value is malformed.
NullPointerException - if name is null.


Copyright © 1993-2011 Day Management AG. All Rights Reserved.