Changes between Version 12 and Version 13 of FDORfc17


Ignore:
Timestamp:
Mar 25, 2008, 7:40:46 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc17

    v12 v13  
    103103    /// Returns a literal value. This value is valid until the next Evaluate call
    104104    ///
    105     FdoLiteralValue* Evaluate(OSGEO_FDO_EXPRESSION::Expression *expression);
     105    OSGEO_FDO_EXPRESSION::LiteralValue* Evaluate(OSGEO_FDO_EXPRESSION::Expression *expression);
    106106
    107107    /// \brief
     
    114114    /// Returns a literal value. This value is valid until the next Evaluate call
    115115    ///
    116     FdoLiteralValue* Evaluate(System::String* name);
     116    OSGEO_FDO_EXPRESSION::LiteralValue* Evaluate(System::String* name);
    117117
    118118    /// \brief
     
    125125    /// Returns a literal value. This value is valid until the next Evaluate call
    126126    ///
    127     FdoLiteralValue* Evaluate(OSGEO_FDO_EXPRESSION::Identifier* expr);
     127    OSGEO_FDO_EXPRESSION::LiteralValue* Evaluate(OSGEO_FDO_EXPRESSION::Identifier* expr);
    128128
    129129
     
    134134    /// Returns the aggragate results
    135135    ///
    136     FdoPropertyValueCollection* RunQuery();
     136    OSGEO_FDO_COMMANDS::PropertyValueCollection* RunQuery();
    137137
    138138    /// \brief
     
    145145    /// Returns true id passes the filter, otherwise false
    146146    ///
    147     bool ProcessFilter(OSGEO_FDO_FILTER::Filter *filter);
     147    System::Boolean ProcessFilter(OSGEO_FDO_FILTER::Filter *filter);
    148148
    149149    /// \brief
     
    209209    /// True if the function is an aggregate function otherwise false
    210210    ///
    211     static bool IsAggregateFunction(OSGEO_FDO_CONNECTIONS_CAPABILITIES::FunctionDefinitionCollection *funcDefs,
    212                                     System::String *name);
     211    static System::Boolean IsAggregateFunction(OSGEO_FDO_CONNECTIONS_CAPABILITIES::FunctionDefinitionCollection *funcDefs, System::String *name);
    213212
    214213    /// \brief