protected property DatabaseConnection_sqlite::$attachedDatabases

All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table

Type: array

File

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

Class

DatabaseConnection_sqlite
Specific SQLite implementation of DatabaseConnection.

Code

protected $attachedDatabases = array();