| FDO API Reference | Feature Data Objects |
#include <DecimalValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoDecimalValue:
Definition at line 32 of file DecimalValue.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoDecimalValue. | |
| FDO_API double | GetDecimal () |
| Gets the decimal value. | |
| FDO_API | operator double () |
| A cast operator to get the decimal value. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoDecimalValue to the appropriate expression processor operation. | |
| FDO_API void | SetDecimal (double value) |
| Sets the decimal value. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoDecimalValue * | Create (double value) |
| Constructs an instance of an FdoDecimalValue using the specified arguments. | |
| FDO_API FdoDecimalValue * | Create () |
| Constructs a default instance of an FdoDecimalValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| Type-specific comparison function. Each sub-class has its own implementation. | |
| FdoDecimalValue (double value) | |
| Constructs a default instance of an FdoDecimalValue using the specified arguments. | |
| FdoDecimalValue () | |
| Constructs a default instance of an FdoDecimalValue with a value of null. | |
| virtual | ~FdoDecimalValue () |
| Default destructor for FdoDecimalValue. | |
Static Protected Member Functions | |
| FdoDecimalValue * | Create (FdoDataValue *src, FdoBoolean truncate=false, FdoBoolean nullIfIncompatible=false) |
| DOXYGEN-IGNORE Constructs an instance of an FdoDecimalValue from another FdoDataValue. | |
Protected Attributes | |
| double | m_data |
Friends | |
| class | FdoByteValue |
| DOXYGEN-IGNORE | |
| class | FdoInt16Value |
| class | FdoInt32Value |
| class | FdoInt64Value |
| class | FdoSingleValue |
|
|
Constructs a default instance of an FdoDecimalValue with a value of null.
|
|
|
Constructs a default instance of an FdoDecimalValue using the specified arguments.
|
|
|
Default destructor for FdoDecimalValue.
|
|
||||||||||||||||
|
DOXYGEN-IGNORE Constructs an instance of an FdoDecimalValue from another FdoDataValue.
|
|
|
Constructs an instance of an FdoDecimalValue using the specified arguments.
|
|
|
Constructs a default instance of an FdoDecimalValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Type-specific comparison function. Each sub-class has its own implementation.
Reimplemented from FdoDataValue. |
|
|
Gets the data type of the FdoDecimalValue.
Implements FdoDataValue. |
|
|
Gets the decimal value.
|
|
|
A cast operator to get the decimal value.
Definition at line 143 of file DecimalValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoDecimalValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the decimal value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. Definition at line 35 of file DecimalValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 36 of file DecimalValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 37 of file DecimalValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 38 of file DecimalValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 39 of file DecimalValue.h. |
|
|
Definition at line 183 of file DecimalValue.h. |
| Comments or suggestions? Send us feedback. |