FDO API Reference Feature Data Objects

ComparisonCondition::ComparisonCondition NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *  leftExpression,
NAMESPACE_OSGEO_FDO_FILTER::ComparisonOperations  operation,
NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *  rightExpression
 

Constructs an instance of a ComparisonCondition using the specified arguments.

Parameters:
leftExpression Input the expression that defines the left side of the comparison
operation Input the operation to be used to compare the two expressions
rightExpression Input the expression that defines the right side of the comparison
Returns:
Returns FdoComparisonCondition

Comments or suggestions? Send us feedback.