public interface ExecutableQuery
QueryImpl| Modifier and Type | Method and Description |
|---|---|
javax.jcr.query.QueryResult |
execute(long offset,
long limit)
Executes this query and returns a
. |
javax.jcr.query.QueryResult execute(long offset,
long limit)
throws javax.jcr.RepositoryException
QueryResult.offset - the offset in the total result setlimit - the maximum result sizeQueryResultjavax.jcr.RepositoryException - if an error occursCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.