Darwin Help

Back to Index

AllQueryGrid

Function AllQueryGrid - return the records satisfying a query

Calling Sequence  AllQueryGrid(gf,select1,...)
Parameters
NameTypeDescription

gf GridFilegrid file descriptor
select1 name = {range,value}one or many search criteria
Return Type  expression sequence of records
Synopsis Combines QueryGrid and GetNextGrid and returns the result as an expression sequence. Selections are of the form
  keyname = value
  keyname = low..high

Use INF to denote a missing low or high bound. For example, to retrieve all records with Sim >= 120 in the PAM band 40 to 60, use:

  AllQueryGrid( gf, Sim = 120..INF, PamNumber = 40..60 );
See also AddGrid,   CloseGrid,   CompressGrid,   CreateGrid,   FlushGrid,   GetNextGrid,   GridFile,   MapGrid,   OpenGrid,   QueryGrid,   UncompressGrid