function DatabaseConnection_mysql::__destruct
File
- 
              includes/
database/ mysql/ database.inc, line 461  
Class
Code
public function __destruct() {
  if ($this->needsCleanup) {
    $this->nextIdDelete();
  }
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.