Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>dbsortinfo</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBSORTINFO
 Information needed to perform a physical sort on the workarea
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        DBTRANSINFO trans;
     
        DBSORTITEMP sortItems;
        USHORT      itemCount;
     
     } DBSORTINFO;
     
     typedef DBSORTINFO far * DBSORTINFOP;

 Elements

     trans

        Contains a data structure holding the destination workarea, field
        transfer information, control and optimization flags, and scoping
        information for the sort() method (see DBTRANSINFO).

     sortItems

        Contains an array of DBSORTITEM items (rows) which compose the key
        values for the sort (see DBSORTITEM).

     itemCount

        Contains the number of DBSORTITEM items allocated to sortItems.

 Files:  Header file is Rdd.api.

 Used by:   sort()


See Also: sort()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson