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