|
The Get Less Than operation (B_GET_LT) retrieves a record in which the value for the key specified by the Key Number has the previous lesser value than the value you supply in the Key Buffer. If the key allows duplicate values, this operation retrieves the last record (chronologically) of the group with the same key values. You can use the Get Key (+50) bias to detect the presence of a value in a file. A Get Key operation is generally faster.
Note
If you are using the Get Less Than operation on descending keys, the next lesser value refers to a value higher than the one specified in the Key Buffer.
If the Get Less Than operation is successful, the transactional interface returns the record in the Data Buffer, the key value for the record in the Key Buffer, and the length of the record in the Data Buffer Length parameter.
If the Get Less Than operation is unsuccessful, the transactional interface returns one of the following status codes:
|
3
|
The file is not open. |
|
6
|
The key number parameter is invalid. |
|
22
|
The data buffer parameter is too short. |
The Get Less Than operation establishes the complete logical and physical currencies and makes the retrieved record the current one.
|
Chapter contents
Prev topic: Get Last (13)
|