Deprecated. Encapsulates arrays of decimals stored in RWDBDecimalVector objects.
More...
#include <rw/db/dbvector.h>
- Deprecated
- As of SourcePro 6, use RWDecimalPortable and RWDBTBuffer 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>
Deprecated. Encapsulates arrays of decimals stored in RWDBDecimalVector objects.
Definition dbvector.h:266
Deprecated. Transfers decimal arrays of width width between the application and the database....
Definition dbvector.h:493
- Example
In the following example the ith
element of vector decVector
is assigned the data held in dec:
decVector[i] = dec;
Represents an arbitrary precision decimal fraction, providing maximum portability.
Definition tools/decport.h:103
◆ operator char *()
RWDBDecimalVectorElement::operator char * |
( |
| ) |
|
|
inline |
Conversion operator. Returns the char*
represented by self.
◆ operator=() [1/3]
Assigns the data held in val to self.
◆ operator=() [2/3]
Assigns the data held in val to self.
◆ operator=() [3/3]
Assigns the data held in val to self.