Changes between Version 9 and Version 10 of FDORfc52
- Timestamp:
- 08/08/10 16:08:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc52
v9 v10 46 46 The Database is the top level object, whose lifetime controls the lifetime of all other objects. 47 47 The API user only directly has to manage the lifetime of the Database object, which can be obtained from 48 and released to the thread safe connection pool automatically using a RAII-style DbHandle object,48 and released to the thread safe connection pool automatically using a RAII-style !DbHandle object, 49 49 to completely avoid manual object disposal. 50 50