FdoBLOBValue Class Reference

The FdoBLOBValue class derives from FdoLOBValue and represents a literal BLOB value. More...

#include <BLOBValue.h>

Inherits FdoLOBValue.

List of all members.


Public Member Functions

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

Static Public Member Functions

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

Detailed Description

The FdoBLOBValue class derives from FdoLOBValue and represents a literal BLOB value.

Definition at line 33 of file BLOBValue.h.


The documentation for this class was generated from the following file: