FDO API Reference Feature Data Objects

FdoInCondition Class Reference

#include <InCondition.h>

Inherits FdoSearchCondition.

Inheritance diagram for FdoInCondition:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoInCondition class derives from FdoSearchCondition and can be used to test if the value of a specified data property is within a given set of literal values.

Definition at line 35 of file InCondition.h.


Public Member Functions

FDO_API FdoIdentifierGetPropertyName ()
 Gets the name of the data property.
FDO_API FdoValueExpressionCollectionGetValues ()
 Gets the FdoLiteralCollection that contains the literal values.
FDO_API void Process (FdoIFilterProcessor *p)
 Overrides FdoFilter.Process to pass the FdoInCondition to the appropriate filter processor operation.
FDO_API void SetPropertyName (FdoIdentifier *value)
 Sets the name of the data property.
FDO_API FdoStringToStringInternal (FdoIdentifierCollection *pIdCol)
 Converts the filter expression to its well defined text representation.

Static Public Member Functions

static FDO_API FdoInConditionCreate (FdoIdentifier *propertyName, FdoValueExpressionCollection *pCollection)
 Constructs an instance of an FdoInCondition using the specified arguments.
static FDO_API FdoInConditionCreate (FdoIdentifier *propertyName, FdoString **values, FdoInt32 length)
 Constructs an instance of an FdoInCondition using the specified arguments.
static FDO_API FdoInConditionCreate (FdoString *propertyName, FdoString **values, FdoInt32 length)
 Constructs an instance of an FdoInCondition using the specified arguments.
static FDO_API FdoInConditionCreate ()
 Constructs a default instance of an FdoInCondition.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoInCondition (FdoIdentifier *propertyName, FdoString **values, FdoInt32 length)
 Constructs an instance of an FdoInCondition using the specified arguments.
 FdoInCondition (FdoString *propertyName, FdoString **values, FdoInt32 length)
 Constructs an instance of an FdoInCondition using the specified arguments.
 FdoInCondition ()
 Constructs a default instance of an FdoInCondition.
virtual ~FdoInCondition ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.