OSGeo::FDO::Expression::CLOBValue Class Reference
[OSGeo::FDO::Expression]

Inheritance diagram for OSGeo::FDO::Expression::CLOBValue:

Inheritance graph
[legend]

List of all members.


Detailed Description

The CLOBValue class derives from LOBValue and represents a literal CLOB value.

()


Public Member Functions

 CLOBValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a CLOBValue object based on an unmanaged instance of the object.
 CLOBValue (System::Byte value[])
 Constructs a default instance of an CLOBValue using the specified arguments.
 CLOBValue ()
 Constructs a default instance of an CLOBValue with a value of null.
__property System::Byte get_Data ()[]
 Gets the CLOB value.
__property
OSGeo::FDO::Schema::DataType 
get_DataType ()
 Gets the data type of the CLOBValue.
System::Void Process (OSGeo::FDO::Expression::IExpressionProcessor *processor)
 Overrides Expression.Process to pass the CLOBValue 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.