#include <Int32Value.h>
Inherits FdoDataValue.
Public Member Functions | |
FDO_API FdoDataType | GetDataType () |
Gets the data type of the FdoInt32Value. | |
FDO_API FdoInt32 | GetInt32 () |
Gets the FdoInt32Value. | |
FDO_API | operator FdoInt32 () |
A cast operator to get the integer value. | |
FDO_API void | Process (FdoIExpressionProcessor *p) |
Overrides FdoExpression.Process to pass the FdoInt32Value to the appropriate expression processor operation. | |
FDO_API void | SetInt32 (FdoInt32 value) |
Sets the FdoInt32Value. | |
FDO_API FdoString * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
static FDO_API FdoInt32Value * | Create (FdoInt32 value) |
Constructs a default instance of an FdoInt32Value using the specified arguments. | |
static FDO_API FdoInt32Value * | Create () |
Constructs a default instance of an FdoInt32Value with a value of null. |
Definition at line 32 of file Int32Value.h.