| FDO API Reference | Feature Data Objects |
#include <StringValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoStringValue:

Definition at line 32 of file StringValue.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoStringValue. | |
| FDO_API FdoString * | GetString () |
| Gets the FdoStringValue as a string. | |
| FDO_API | operator wchar_t * () |
| A cast operator to get the string. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoStringValue to the appropriate expression processor operation. | |
| FDO_API void | SetNull () |
| Sets the FdoStringValue to a null value. | |
| FDO_API void | SetString (FdoString *value) |
| Sets the FdoStringValue as a string. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static FDO_API FdoStringValue * | Create (FdoString *value) |
| Constructs a default instance of an FdoStringValue using the specified arguments. | |
| static FDO_API FdoStringValue * | Create () |
| Constructs a default instance of an FdoStringValue with a value of null. | |
Protected Attributes | |
| wchar_t * | m_data |
| Comments or suggestions? Send us feedback. |