FDO API Reference Feature Data Objects

LOBValue Class Reference

List of all members.

Detailed Description

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


Public Member Functions

__property System::Byte get_Data ()[]
 Gets the LOB value.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoLOBValue.
 LOBValue (System::IntPtr unmanaged, System::Boolean autoDelete)
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoLOBValue to the appropriate expression processor operation.
__property System::Void set_Data (System::Byte value[])
 Sets the LOB value.
System::Void SetNull ()
 Sets the FdoLOBValue to a null value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Byte op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::LOBValue *value)[]
 A cast operator to get the BLOB value.

Comments or suggestions? Send us feedback.