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

drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 55
Definition of Drupal\Core\Database\Driver\sqlite\Connection

Class

Connection
Specific SQLite implementation of DatabaseConnection.

Namespace

Drupal\Core\Database\Driver\sqlite

Code

protected $attachedDatabases = array();