Changes between Version 36 and Version 37 of FDORfc50


Ignore:
Timestamp:
Jun 24, 2010, 7:23:30 PM (14 years ago)
Author:
romicadascalescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc50

    v36 v37  
    133133
    134134          /// Returns the join type, e.g. inner join, cross join, left join
    135           FDO_API FdoJoinType GetJoinType();
     135          FDO_API FdoJoinType GetJoinType() const;
    136136
    137137          /// Sets the join type, e.g. inner join, cross join, left join
     
    168168      class FdoIConnectionCapabilities
    169169      {
    170           virtual bool SupportsJoins();
    171           virtual FdoInt32 GetJoinTypes();
    172           virtual bool SupportsSubSelects();
     170          virtual bool SupportsJoins() const;
     171          virtual FdoInt32 GetJoinTypes() const;
     172          virtual bool SupportsSubSelects() const;
    173173      }
    174174}}}
     
    466466    /// Returns FdoItemExpressionType (FdoItemExpressionType_SubSelectExpression)
    467467    ///
    468     FDO_API FdoItemExpressionType GetExpressionType();
     468    FDO_API FdoItemExpressionType GetExpressionType() const;
    469469
    470470    /// \brief
     
    608608      {
    609609          /// Returns FdoItemExpressionType
    610           FDO_API virtual FdoItemExpressionType GetExpressionType()
     610          FDO_API virtual FdoItemExpressionType GetExpressionType() const
    611611          {
    612612              return FdoItemExpressionType_Identifier;