| Return the qualifier array.
Return the array of qualifiers in this FetchDescriptor. The array of
qualifiers which, applied to each key, restricts the rows returned by
the scan. Rows for which any one of the qualifiers returns false are
not returned by the scan. If null, all rows are returned. Qualifiers
can only reference columns which are included in the scanColumnList.
The column id that a qualifier returns in the column id the table, not
the column id in the partial row being returned.
A null qualifier array means there are no qualifiers.
The qualifier array, it may be null. exception: StandardException - Standard exception policy. |