FDO .NET API Reference | Feature Data Objects |
Inherited by OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue.
Inheritance diagram for OSGeo::FDO::Expression::LOBValue:
Public Member Functions | |
__property System::Byte | get_Data ()[] |
Gets the LOB data. | |
__property OSGeo::FDO::Schema::DataType | get_DataType () |
Gets the data type of the LOBValue. | |
LOBValue (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a LOBValue object based on an unmanaged instance of the object. | |
System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
Overrides Expression.Process to pass the LOBValue to the appropriate expression processor operation. | |
__property System::Void | set_Data (System::Byte value[]) |
Sets the LOB data. | |
System::Void | SetNull () |
Sets the LOBValue to a null value. | |
System::String * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
System::Byte | op_Explicit (OSGeo::FDO::Expression::LOBValue *value)[] |
Transforms the FDO LOB value into a byte array. |
|
Constructs a LOBValue object based on an unmanaged instance of the object.
|
|
Gets the LOB data.
Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
|
Gets the data type of the LOBValue.
Reimplemented from OSGeo::FDO::Expression::DataValue. Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
|
Transforms the FDO LOB value into a byte array.
|
|
Overrides Expression.Process to pass the LOBValue to the appropriate expression processor operation.
Reimplemented from OSGeo::FDO::Expression::Expression. Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
|
Sets the LOB data.
Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
|
Sets the LOBValue to a null value.
Reimplemented from OSGeo::FDO::Expression::DataValue. Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
|
Returns the well defined text representation of this expression.
Reimplemented from OSGeo::FDO::Expression::Expression. Reimplemented in OSGeo::FDO::Expression::BLOBValue, and OSGeo::FDO::Expression::CLOBValue. |
Comments or suggestions? Send us feedback. |