protected property Connection::$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

core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 32

Class

Connection
SQLite implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\Core\Database\Driver\sqlite

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/core!lib!Drupal!Core!Database!Driver!sqlite!Connection.php/property/Connection::attachedDatabases/8.1.x