FDO API Reference | Feature Data Objects |
#include <IntBinValue.h>
Inherits FdoInt64Value.
Inheritance diagram for FdoIntBinValue:
Definition at line 33 of file IntBinValue.h.
Public Member Functions | |
FdoIntBinValue * | Create (FdoDataValue *src, FdoBoolean truncate=false, FdoBoolean nullIfIncompatible=false) |
DOXYGEN-IGNORE Constructs an instance of an FdoInt64Value from another FdoDataValue. | |
FdoString * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
FdoIntBinValue * | Create (FdoInt64 value) |
Constructs a default instance of an FdoIntBinValue using the specified arguments. | |
FdoIntBinValue * | Create () |
Constructs a default instance of an FdoIntBinValue with a value of null. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoIntBinValue (FdoInt64 value) | |
Constructs a default instance of an FdoIntBinValue using the specified arguments. | |
FdoIntBinValue () | |
Constructs a default instance of an FdoIntBinValue with a value of null. | |
virtual | ~FdoIntBinValue () |
Default destructor for FdoIntBinValue. | |
Friends | |
class | FdoByteValue |
DOXYGEN-IGNORE | |
class | FdoInt16Value |
class | FdoInt32Value |
|
Constructs a default instance of an FdoIntBinValue with a value of null.
|
|
Constructs a default instance of an FdoIntBinValue using the specified arguments.
|
|
Default destructor for FdoIntBinValue.
|
|
DOXYGEN-IGNORE Constructs an instance of an FdoInt64Value from another FdoDataValue.
Reimplemented from FdoInt64Value. |
|
Constructs a default instance of an FdoIntBinValue using the specified arguments.
Reimplemented from FdoInt64Value. |
|
Constructs a default instance of an FdoIntBinValue with a value of null.
Reimplemented from FdoInt64Value. |
|
Dispose this object.
Reimplemented from FdoInt64Value. |
|
Returns the well defined text representation of this expression.
Reimplemented from FdoInt64Value. |
|
DOXYGEN-IGNORE
Reimplemented from FdoInt64Value. Definition at line 36 of file IntBinValue.h. |
|
Reimplemented from FdoInt64Value. Definition at line 37 of file IntBinValue.h. |
|
Reimplemented from FdoInt64Value. Definition at line 38 of file IntBinValue.h. |
Comments or suggestions? Send us feedback. |