Deprecated. Encapsulates arrays of decimals stored in RWDBDecimalVector objects.
More...
#include <rw/db/dbvector.h>
- Deprecated:
- As of SourcePro 6, use RWDecimalPortable and RWDBTBuffer<RWDecimalPortable> instead.
RWDBDecimalVectorElement objects are used to encapsulate arrays of decimals stored in RWDBDecimalVector objects. A method is provided for assigning the data held in instances of RWDecimalPortable.
- Synopsis
#include <rw/db/dbvector.h>
- Example
In the following example the ith
element of vector decVector
is assigned the data held in dec:
RWDBDecimalVectorElement::operator char * |
( |
| ) |
|
|
inline |
Conversion operator. Returns the char*
represented by self.
Assigns the data held in val to self.
Assigns the data held in val to self.
Assigns the data held in val to self.