Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBRow


RWDBRow RWCollectable

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

Synopsis

#include <rw/db/row.h>

RWDBRow& r = myMemTable[i];

Description

RWDBRow is an ordered collection of RWDBValues. RWDBRow is a relatively low level construct used by DBTools.h++ to store a row of data on its way to or from the database. It is visible to applications for two reasons:

The only semantics that RWDBRow adds to RWCollectable are:

RWDBRow is designed around the Interface/Implementation paradigm. An RWDBRow instance is an interface to a reference-counted implementation; copy constructors and assignment operators produce additional references to a shared implementation.

Public Constructor

RWDBRow();

Public Member Operators

RWDBValue&
operator[](size_t index) const;

Public Member Functions

All RWDBRow methods are inherited from RWOrdered. The Tools.h++ Class Reference describes class RWOrdered.



Previous fileTop of DocumentContentsIndexNext file

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