Changes between Version 4 and Version 5 of FDORfc61
- Timestamp:
- 05/22/11 18:39:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc61
v4 v5 62 62 ...... 63 63 /// \brief 64 /// Returns the current transaction of the connection.64 /// Returns whether the current connection supports save point. 65 65 /// 66 66 /// \return 67 /// Returns t he current transaction, NULL if no active transaction exists.67 /// Returns true if the current connection supports save point, false otherwise. 68 68 /// 69 69 FDO_API virtual bool SupportsSavePoint() = 0;