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

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();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!sqlite!database.inc/property/DatabaseConnection_sqlite::attachedDatabases/7.x