DatabaseConnection_sqlite::$tableDropped

Whether or not a table has been dropped this request: the destructor will only try to get rid of unnecessary databases if there is potential of them being empty.

This variable is set to public because DatabaseSchema_sqlite needs to access it. However, it should not be manually set.

Type: boolean

File

includes/database/sqlite/database.inc, line 55

Class

DatabaseConnection_sqlite
Specific SQLite implementation of DatabaseConnection.

Code

var $tableDropped = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.