company logo

DatabaseHandle :: ~DatabaseHandle - Destructor

The destructor closes the database handle. Closing the database handle will reduce the use count. The internal resources, the database access block is removed, when the use count becomes 0, i.e. when the last database handle referring to this resource is closed or destroyed.

Implementation details

DatabaseHandle  :: ~DatabaseHandle (  )