FDO API Reference | Feature Data Objects |
#include <BLOBValue.h>
Inherits FdoLOBValue.
Inheritance diagram for FdoBLOBValue:
Definition at line 33 of file BLOBValue.h.
Public Member Functions | |
FDO_API FdoByteArray * | GetData () |
Gets the LOB value. | |
FDO_API FdoDataType | GetDataType () |
Gets the data type of the FdoLOBValue. | |
FDO_API void | Process (FdoIExpressionProcessor *p) |
Overrides FdoExpression.Process to pass the FdoLOBValue to the appropriate expression processor operation. | |
FDO_API void | SetData (FdoByteArray *value) |
Sets the LOB value. | |
FDO_API void | SetNull () |
Sets the FdoLOBValue to a null value. | |
FDO_API FdoString * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
FDO_API FdoBLOBValue * | Create (FdoByteArray *value) |
Constructs an instance of an FdoBLOBValue using the specified arguments. | |
FDO_API FdoBLOBValue * | Create () |
Constructs a default instance of an FdoBLOBValue with a value of null. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoBLOBValue (FdoByteArray *value) | |
Constructs a default instance of an FdoBLOBValue using the specified arguments. | |
FdoBLOBValue () | |
DOXYGEN-IGNORE Constructs a default instance of an FdoBLOBValue with a value of null. | |
virtual | ~FdoBLOBValue () |
Default destructor for FdoBLOBValue. |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoBLOBValue with a value of null.
|
|
Constructs a default instance of an FdoBLOBValue using the specified arguments.
|
|
Default destructor for FdoBLOBValue.
|
|
Constructs an instance of an FdoBLOBValue using the specified arguments.
|
|
Constructs a default instance of an FdoBLOBValue with a value of null.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the LOB value.
Implements FdoLOBValue. |
|
Gets the data type of the FdoLOBValue.
Implements FdoLOBValue. |
|
Overrides FdoExpression.Process to pass the FdoLOBValue to the appropriate expression processor operation.
Implements FdoLOBValue. |
|
Sets the LOB value.
Implements FdoLOBValue. |
|
Sets the FdoLOBValue to a null value.
Implements FdoLOBValue. |
|
Returns the well defined text representation of this expression.
Implements FdoLOBValue. |
Comments or suggestions? Send us feedback. |