Changes between Version 4 and Version 5 of FDORfc61


Ignore:
Timestamp:
May 22, 2011, 6:39:54 PM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc61

    v4 v5  
    6262    ......
    6363    /// \brief
    64     /// Returns the current transaction of the connection.
     64    /// Returns whether the current connection supports save point.
    6565    ///
    6666    /// \return
    67     /// Returns the current transaction, NULL if no active transaction exists.
     67    /// Returns true if the current connection supports save point, false otherwise.
    6868    ///
    6969    FDO_API virtual bool SupportsSavePoint() = 0;