Changes between Version 9 and Version 10 of FDORfc52


Ignore:
Timestamp:
Aug 8, 2010, 4:08:54 PM (14 years ago)
Author:
traianstanev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc52

    v9 v10  
    4646The Database is the top level object, whose lifetime controls the lifetime of all other objects.
    4747The 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,
     48and released to the thread safe connection pool automatically using a RAII-style !DbHandle object,
    4949to completely avoid manual object disposal.
    5050