virtual FDO_API void FdoExpression::Process ( FdoIExpressionProcessor p  )  [pure virtual]

Abstract operation that takes an FdoIExpressionProcessor as an argument. Concrete expression subclasses must override this method and pass themselves as an argument to the appropriate expression processor operation.

Parameters:
p Input expression processor
Returns:
Returns nothing

Implemented in FdoBinaryExpression, FdoBLOBValue, FdoBooleanValue, FdoByteValue, FdoCLOBValue, FdoComputedIdentifier, FdoDateTimeValue, FdoDecimalValue, FdoDoubleValue, FdoFunction, FdoGeometryValue, FdoIdentifier, FdoInt16Value, FdoInt32Value, FdoInt64Value, FdoLOBValue, FdoParameter, FdoSingleValue, FdoStringValue, and FdoUnaryExpression.