Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
Search_StringThe search criteria to use. See Btree.Extract for syntax.

Note: This is currently an exact match extract.

FilenamePass the name of the file to be searched.
DictvarPass the file handle for the dictionary of the specified file.
KeysReturns row keys for all rows that satisfy the criteria in Search_String. Multiple keys are delimited with value marks.
OptsFor U2_Btree_Extract this parameter should be null.
Status

Error codes are returned in the Status parameter. After execution, keys contains a list of keys matching the search criteria. Status returns one of several possible values, depending on the success of the search process.

ValueMeaning
0The search was successful. All possible keys were returned in keys.
-1The search failed, for reasons other than no keys found. This occurs, for example, when a specified column does not have a Btree index.

See also

Btree.ExtractU2 Functions