Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBCollectableExpr


RWCollectable RWDBCollectableExpr RWDBExpr

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

Synopsis

#include <rw/db/expr.h>

Description

RWDBCollectableExpr adds RWCollectable semantics to RWDBExpr. DBTools.h++ uses RWDBCollectableExpr internally to store lists of RWDBExprs. Applications requiring similar functionality can do the same.

Related Classes

RWDBCollectableExpr is a special case of RWDBExpr. See RWDBExpr for details. See your Tools.h++ documentation for details about RWCollectable.

Public Constructor

RWDBCollectableExpr(const RWDBExpr& expr);

Public Member Functions


NOTE:All RWDBCollectableExpr methods other than the following are inherited.
unsigned
hash() const;
RWBoolean
isEqual(const RWCollectable* expr) const;


Previous fileTop of DocumentContentsIndexNext file

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