|
|
Modifier |
Description |
ignoreCase |
Case-insensitive sorting: for example, unit and UNIT sort together. |
respectCase |
Case-sensitive sorting: for example, unit and UNIT sort separately. |
ignoreAccents |
Accent-insensitive sorting: for example sorensen and sørensen sort together. |
respectAccents |
Accent-sensitive sorting: for example sorensen and sørensen sort separately. |
ascending |
Sort in ascending order. |
descending |
Sort in descending order. |
missingOmit |
Records that have no value for the specified index are omitted from the sorted result set. |
missingFail |
Records that have no value for the specified index cause the search/sort operation to fail with the diagnostic info:srw/diagnostic/1/93 |
missingLow |
Records that have no value for the specified index are treated as if they had the lowest possible value, so that they sort first in ascending order and last in descending order. |
missingHigh |
Records that have no value for the specified index are treated as if they had the highest possible value. |
missingValue=value |
Records that have no value for the specified index are treated as if they had the specified value. |
locale=value |
Sort according to the specified locale, which will in general include specifications for whether sorting is case-sensitive or insensitive, how it treats accents, etc. The value is usually of the form C, french, fr_CH, fr_CH.iso88591 or similar. |
unicodeCollate=value |
Specfies the Unicode collation level. The value should be a small integer as described in the Unicode Collation Algorithm report at www.unicode.org/reports/tr10 |
No indexes are defined for this context set.
No relations are defined for this context set.
No relation modifiers are defined for this context set.
No relation qualifiers are defined for this context set.
No boolean modifiers are defined for this context set.
|
March 18, 2008 |