Chapter 11. Replaceable Database Drivers (RDD)

11.1. Overview

RDD is an abbreviation for Replaceable Database Drivers, that are used for processing a particular database format. RDD is an intermediate layer, that translates CLIP API calls to the low level file operations.

RDD architecture used in CLIP differs from those used in Clipper. CLIP RDD (in conception of Clipper) consist of three different subdrivers: table driver, index driver and memo driver. These drivers can be easily combined in any way.

Besides, CLIP have additional developer interface - a set of RDD*() functions, that operate with the database descriptors, instead of work areas.

Some of the most interesting features of CLIP RDD subsystem are listed below: