BtTable:SeekGT()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:SeekGT()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Find a record with a key value greater than the key given

 

 

 

Prototype

 

 

METHOD SeekGT ( uKeys AS USUAL )  AS LOGIC PASCAL CLASS BtTable

 

 

 

Argument(s)

 

 

uKeys                One key value or an optional array of key values to seek for. The

                         type of the values must match the (VO equivalent of) the btrieve

                         types that the index consists of

 

 

 

 

Return

 

 

LOGIC                Was the key found

 

 

 

Description

 

 

The SeekGt operation retrieves a record in which the field specified by the key number has the next greater value than the one in the key buffer. If the key allows duplicates, this operation retrieves the first record (chronologically) of the group with the same key values.

 

NOTE: BtTable:SeekGT() does not check for active scopes !

 

 

 

See Also

 

 

BtTable, BtServer:SeekGT(), BtTable:SeekEQ(), BtTable:SeekGE(), BtTable:SeekLE(), BtTable:SeekLT()