Next: , Previous: , Up: Record Library   [Index]


7.19.2 Record Library Exports

See Function Descriptions.

Record library objects provide a collection of record operating functions, some of which that do not refer the data type of the operated record item (like the function deleting one item) and some of which that do refer the data type of the operated record item (like the functions inserting data in the record). The second class of functions refer the data type in their names, and thus, for each data type (specified when building the record library object) and for each data type specialized operation a function with a unique name is provided.

A third class of type generic interfaces is provided upon special request. Interfaces of this class are meant to allow data transfer to and from ‘record’ objects in a type oblivious fashion. They make references to the ‘object’ data type.

See Type Oblivious Interfaces.

See (aime)The Record Library.