FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoCLOBValue Class Reference

#include <CLOBValue.h>

Inherits FdoLOBValue.

Inheritance diagram for FdoCLOBValue:

[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

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

Protected Member Functions

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

Constructor & Destructor Documentation

FdoCLOBValue::FdoCLOBValue  )  [protected]
 

DOXYGEN-IGNORE Constructs a default instance of an FdoCLOBValue with a value of null.

Returns:
Returns nothing

FdoCLOBValue::FdoCLOBValue FdoByteArray value  )  [protected]
 

Constructs a default instance of an FdoCLOBValue using the specified arguments.

Parameters:
value Input a byte array
Returns:
Returns nothing

virtual FdoCLOBValue::~FdoCLOBValue  )  [protected, virtual]
 

Default destructor for FdoCLOBValue.

Returns:
Returns nothing

Member Function Documentation

FDO_API FdoCLOBValue* FdoCLOBValue::Create FdoByteArray value  )  [static]
 

Constructs a default instance of an FdoCLOBValue using the specified arguments.

Parameters:
value Input a byte array
Returns:
Returns the created FdoCLOBValue

FDO_API FdoCLOBValue* FdoCLOBValue::Create  )  [static]
 

Constructs a default instance of an FdoCLOBValue with a value of null.

Returns:
Returns the created FdoCLOBValue

virtual void FdoCLOBValue::Dispose  )  [protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

FDO_API FdoByteArray* FdoCLOBValue::GetData  )  [virtual]
 

Gets the CLOB value.

Returns:
Returns a byte array

Implements FdoLOBValue.

FDO_API FdoDataType FdoCLOBValue::GetDataType  )  [virtual]
 

Gets the data type of the FdoCLOBValue.

Returns:
Returns an FdoDataType

Implements FdoLOBValue.

FDO_API void FdoCLOBValue::Process FdoIExpressionProcessor p  )  [virtual]
 

Overrides FdoExpression.Process to pass the FdoCLOBValue to the appropriate expression processor operation.

Parameters:
p Input an FdoIExpressionProcessor
Returns:
Returns nothing

Implements FdoLOBValue.

FDO_API void FdoCLOBValue::SetData FdoByteArray value  )  [virtual]
 

Sets the CLOB value.

Parameters:
value Input a byte array
Returns:
Returns nothing

Implements FdoLOBValue.

FDO_API void FdoCLOBValue::SetNull  )  [virtual]
 

Sets the CLOB value to a null value.

Returns:
Returns nothing

Implements FdoLOBValue.

FDO_API FdoString* FdoCLOBValue::ToString  )  [virtual]
 

Returns the well defined text representation of this expression.

Returns:
Returns a text string

Implements FdoLOBValue.


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