FdoBooleanValue Class Reference

The FdoBooleanValue class derives from FdoDataValue and represents a Boolean value. More...

#include <BooleanValue.h>

Inherits FdoDataValue.

List of all members.


Public Member Functions

FDO_API bool GetBoolean ()
 Gets the FdoBooleanValue.
FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoBooleanValue.
FDO_API operator bool ()
 A cast operator to get the Boolean value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoBooleanValue to the appropriate expression processor operation.
FDO_API void SetBoolean (bool value)
 Sets the Boolean value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoBooleanValueCreate (bool value)
 Constructs a default instance of an FdoBooleanValue using the specified arguments.
static FDO_API FdoBooleanValueCreate ()
 Constructs a default instance of an FdoBooleanValue with a value of null.

Static Protected Member Functions

template<class T >
static FdoBooleanValueConvert (FdoDataValue *src, T val, bool nullIfIncompatible, bool truncate)
 Helper template for constructing FdoBooleanValue's from scalar values of various types.
static FdoBooleanValueCreate (FdoDataValue *src, FdoBoolean nullIfIncompatible=false, FdoBoolean shift=true, FdoBoolean truncate=false)
 Constructs an instance of an FdoBooleanValue from another FdoDataValue.

Protected Attributes

bool m_data

Friends

class FdoDataValue
class FdoStringValue

Detailed Description

The FdoBooleanValue class derives from FdoDataValue and represents a Boolean value.

Definition at line 32 of file BooleanValue.h.


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