property 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

drupal/includes/database/sqlite/database.inc, line 55
Database interface code for SQLite embedded database engine.

Class

DatabaseConnection_sqlite
Specific SQLite implementation of DatabaseConnection.

Code

var $tableDropped = FALSE;