FDO API Reference Feature Data Objects

CLOBValue Class Reference

List of all members.

Detailed Description

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


Public Member Functions

 CLOBValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 CLOBValue (System::Byte value[])
 Constructs a default instance of an FdoCLOBValue using the specified arguments.
 CLOBValue ()
 Constructs a default instance of an FdoCLOBValue with a value of null.
__property System::Byte get_Data ()[]
 Gets the CLOB value.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoCLOBValue.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoCLOBValue to the appropriate expression processor operation.
__property System::Void set_Data (System::Byte value[])
 Sets the CLOB value.
System::Void SetNull ()
 Sets the CLOB value to a null value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Comments or suggestions? Send us feedback.