FDO API Reference Feature Data Objects

FdoStringValue Class Reference

#include <StringValue.h>

Inherits FdoDataValue.

Inheritance diagram for FdoStringValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoStringValue class derives from FdoDataValue and represents a literal string.

Definition at line 32 of file StringValue.h.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoStringValue.
FDO_API FdoStringGetString ()
 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 FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoStringValueCreate (FdoString *value)
 Constructs a default instance of an FdoStringValue using the specified arguments.
static FDO_API FdoStringValueCreate ()
 Constructs a default instance of an FdoStringValue with a value of null.

Protected Attributes

wchar_t * m_data

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.