Generated by
JDiff

Interface javax.jcr.query.Query

Added Methods
void bindValue(String, Value) Binds the given value to the variable named varName.
String[] getBindVariableNames() Returns the names of the bind variables in this query.
void setLimit(long) Sets the maximum size of the result set to limit.
void setOffset(long) Sets the start offset of the result set to offset.
 

Changed Methods
QueryResult execute() Change in exceptions thrown from javax.jcr.RepositoryException to (javax.jcr.query.InvalidQueryException, javax.jcr.RepositoryException).
Executes this query and returns a QueryResult object.
 

Added Fields
String JCR_JQOM A string constant representing the JCR-JQOM query language.
String JCR_SQL2 A string constant representing the JCR-SQL2 query language.
 

Changed Fields
String SQL Now deprecated.
As of JCR 2.0, this language is deprecated.
String XPATH Now deprecated.
As of JCR 2.0, this language is deprecated.