![]() |
C++ SDK Documentation
11.0.0
|


Public Member Functions | |
| VNumericTemp (int32 precision, int32 scale, const Alloc &alloc=Alloc()) | |
| VNumericTemp (Typemod typmod, const Alloc &alloc=Alloc()) | |
| VNumericTemp (int32 attr, const Alloc &alloc=Alloc()) | |
| VNumericTemp (VNumericTemp &&from) | |
| VNumericTemp & | operator*= (const VNumeric &other) |
| VNumericTemp & | operator+= (const VNumeric &other) |
| VNumericTemp & | operator-= (const VNumeric &other) |
| VNumericTemp & | operator/= (const VNumeric &other) |
| VNumericTemp & | operator<<= (unsigned shift) |
| VNumericTemp & | operator= (const VNumericTemp &other) |
| VNumericTemp & | operator= (const VNumeric &other) |
| VNumericTemp & | operator>>= (unsigned shift) |
Static Public Member Functions | |
| static int32 | getCoveringTypeMod (int32 attra, int32 attrb) |
Represents an intermediate result in an arithmetic expression of VNumerics
|
inlinestatic |