| FDO API Reference | Feature Data Objects |
#include <ComparisonCondition.h>
Inherits FdoSearchCondition.
Inheritance diagram for FdoComparisonCondition:
Definition at line 34 of file ComparisonCondition.h.
Public Member Functions | |
| FDO_API FdoExpression * | GetLeftExpression () |
| Gets the expression that defines the left side of the comparison. | |
| FDO_API FdoComparisonOperations | GetOperation () |
| Gets the operation to be used to compare the two expressions. | |
| FDO_API FdoExpression * | GetRightExpression () |
| Gets the expression that defines the right side of the comparison. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoComparisonCondition to the appropriate filter processor operation. | |
| FDO_API void | SetLeftExpression (FdoExpression *value) |
| Sets the expression that defines the left side of the comparison. | |
| FDO_API void | SetOperation (FdoComparisonOperations operation) |
| Sets the operation to be used to compare the two expressions. | |
| FDO_API void | SetRightExpression (FdoExpression *value) |
| Sets the expression that defines the right side of the comparison. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter. | |
Static Public Member Functions | |
| FDO_API FdoComparisonCondition * | Create (FdoExpression *leftExpression, FdoComparisonOperations operation, FdoExpression *rightExpression) |
| Constructs an instance of a ComparisonCondition using the specified arguments. | |
| FDO_API FdoComparisonCondition * | Create () |
| Constructs a default instance of an FdoComparisonCondition. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoComparisonCondition (FdoExpression *leftExpression, FdoComparisonOperations operation, FdoExpression *rightExpression) | |
| FdoComparisonCondition () | |
| Constructs a default instance of an FdoComparisonCondition. | |
| virtual | ~FdoComparisonCondition () |
|
|
Constructs a default instance of an FdoComparisonCondition.
|
|
||||||||||||||||
|
Constructs an instance of an FdoComparisonCondition using the specified arguments. |
|
|
|
|
||||||||||||||||
|
Constructs an instance of a ComparisonCondition using the specified arguments.
|
|
|
Constructs a default instance of an FdoComparisonCondition.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the expression that defines the left side of the comparison.
|
|
|
Gets the operation to be used to compare the two expressions.
|
|
|
Gets the expression that defines the right side of the comparison.
|
|
|
Overrides FdoFilter.Process to pass the FdoComparisonCondition to the appropriate filter processor operation.
Implements FdoFilter. |
|
|
Sets the expression that defines the left side of the comparison.
|
|
|
Sets the operation to be used to compare the two expressions.
|
|
|
Sets the expression that defines the right side of the comparison.
|
|
|
DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.
Implements FdoFilter. |
| Comments or suggestions? Send us feedback. |