Cursor Creation Methods
In the C++ interface row searching and navigation is done though Cursor interfaces. There are four types of Cursors supported by RDM– table scan cursors, key scan cursors, and set member cursors, and singleton cursors. These cursors have a common interface and therefore can be interchanged. This section covers the generated methods that give you cursors containing a single row or groups of rows.