public static interface CqQuery.CommonOptions
CqQuery.doExecute
,
CqQuery.doMakeChart
,
CqRecordType.doQuery
,
or
CqReport.doMakeReport
to control the execution of queries and the generation of charts and
reports.
Each method returns a value for one parameter. If that method returns null a system-defined default value will be used as the value for that parameter.
Modifier and Type | Method and Description |
---|---|
PropertyRequestItem.PropertyRequest |
getQueryPropertyRequest() |
Long |
getRowNumberLimit() |
PropertyRequestItem.PropertyRequest getQueryPropertyRequest()
CqResultSet.getQuery()
Long getRowNumberLimit()
targetRow
parameter is 1. In general,
the maximum number of rows returned by an execution of the
query will be the smallest of
maxRows
parameter,
1+getRowNumberLimit()-targetRow
, and
1+CqResultSet.getRowNumberHardLimit()-targetRows
CqResultSet.getRowNumberHardLimit()
,
CqResultSet.getRowNumberSoftLimit()
,
CqResultSet.isRowNumberLimitExceeded()
Copyright © IBM 2018. All rights reserved.