Changes between Version 4 and Version 5 of FdoExpressionType


Ignore:
Timestamp:
Oct 18, 2007, 8:04:35 AM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoExpressionType

    v4 v5  
    1414=== API Changes ===
    1515
    16 Retrieving the expression type will be supported by adding !GetExpressionType() (for !FdoExpression) functions to each class derived from !FdoExpression and !GetFilterType() (for !FdoFilter) functions to each class derived from !FdoFilter. The functions will not have any parameters and will simply return the type of expression or filter.
     16Retrieving the expression type will be supported by adding !GetExpressionType() functions to each class derived from !FdoExpression and !GetFilterType() functions to each class derived from !FdoFilter. The functions will not have any parameters and will simply return the type of expression or filter.
    1717
    1818To support such a change, the FDO API will need to define two enumerations which will contain all types of expression and filters.