FdoInt64Value Class Reference

The FdoInt64Value class derives from FdoDataValue and represents a 64-bit signed integer value. More...

#include <Int64Value.h>

Inherits FdoDataValue.

Inherited by FdoIntBinValue, and FdoIntHexValue.

List of all members.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoInt64Value.
FDO_API FdoInt64 GetInt64 ()
 Gets the FdoInt64Value.
FDO_API operator FdoInt64 ()
 A cast operator to get the integer value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoInt64Value to the appropriate expression processor operation.
FDO_API void SetInt64 (FdoInt64 value)
 Sets the FdoInt64Value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoInt64ValueCreate (FdoInt64 value)
 Constructs a default instance of an FdoInt64Value using the specified arguments.
static FDO_API FdoInt64ValueCreate ()
 Constructs a default instance of an FdoInt64Value with a value of null.

Detailed Description

The FdoInt64Value class derives from FdoDataValue and represents a 64-bit signed integer value.

Definition at line 32 of file Int64Value.h.


The documentation for this class was generated from the following file: