Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBPhraseBook



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <rw/db/phrase.h>

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, 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.



Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.