None
#include <rw/db/phrase.h> RWDBPhraseBook& phraseBook = myDbase.phraseBook();
RWDBPhraseBook serves as a lookup table for keywords and phrases used by specific databases. There is an RWDBPhraseBook associated with each RWDBDatabase instance. Internally, DBTools.h++ makes extensive use of this class to construct SQL from expressions.
Many DBTools.h++ objects, 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.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.