FDO API Reference Feature Data Objects

FdoCLOBValue Class Reference

#include <CLOBValue.h>

Inherits FdoLOBValue.

Inheritance diagram for FdoCLOBValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoCLOBValue class derives from FdoLOBValue and represents a literal CLOB value.

Definition at line 33 of file CLOBValue.h.


Public Member Functions

FDO_API FdoByteArrayGetData ()
 Gets the CLOB value.
FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoCLOBValue.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoCLOBValue to the appropriate expression processor operation.
FDO_API void SetData (FdoByteArray *value)
 Sets the CLOB value.
FDO_API void SetNull ()
 Sets the CLOB value to a null value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoCLOBValueCreate (FdoByteArray *value)
 Constructs a default instance of an FdoCLOBValue using the specified arguments.
static FDO_API FdoCLOBValueCreate ()
 Constructs a default instance of an FdoCLOBValue with a value of null.

Protected Member Functions

virtual void Dispose ()
 FdoCLOBValue (FdoByteArray *value)
 Constructs a default instance of an FdoCLOBValue using the specified arguments.
 FdoCLOBValue ()
 Constructs a default instance of an FdoCLOBValue with a value of null.
virtual ~FdoCLOBValue ()
 Default destructor for FdoCLOBValue.

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