| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::CLOBValue:

()
Definition at line 37 of file mgCLOBValue.h.
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. | |
| Comments or suggestions? Send us feedback. |