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

RWDBStringVectorElement

Module:  DB Interface Module   Group:  Bulk Classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/db/dbvector.h>

RWDBStringVector stringVector(width, length); 
RWDBStringVectorElement element = stringVector[i];

Description

RWDBStringVectorElements are used to encapsulate arrays of characters stored in RWDBStringVectors. A method is provided for assigning the data held in RWCStrings.


NOTE -- Classes RWDBStringVectorElement and RWDBStringVector are deprecated. Please use classes RWCString and RWDBTBuffer<RWCString>.

Example

In the following example the ith element of vector stringVector is assigned the data held in astring:

Public Member Operators

RWDBStringVectorElement& 
operator=(const RWCString& string);
operator char*();

Public Member Function

unsigned char*
data() const;


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.