Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWDBPhraseBook

Module:  DB Interface Module   Group:  Utility and Diagnostics Classes


Does not inherit

Local Index

No Entries

Synopsis

#include <rw/db/phrase.h>

const RWDBPhraseBook& phraseBook = myDbase.phraseBook();

Description

RWDBPhraseBook serves as a lookup table for keywords and phrases used by specific databases. There is an RWDBPhraseBook associated with each RWDBDatabase instance. Internally, the DB Interface Module makes extensive use of this class to construct SQL from expressions.

Many objects of the DB Interface Module, like RWDBSelector, for example, require an RWDBPhraseBook for their asString() method, so that they can generate SQL acceptable to a specific database. To call these asString() methods directly, applications can obtain an RWDBPhraseBook from an RWDBDatabase.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.