API Functions Needed

The name of the API functions needed to control this functionality begin with LlDb… or LlPrintDb…. You can add tables (LlDbAddTable()), define sortings for the tables (LlDbAddTableSortOrder()) and define relations between tables (LlDbAddTable­Relation()).

At print time you can query the currently active table (LlPrintDbGetCurrentTable()) as well as the currently active relation and sort order (LlPrintDbGetCurrentTable­Sort­Order(), LlPrintDbGetCurrentTableRelation()). You will find detailed descriptions later in this chapter.