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();
doc_Drupal
2016-10-29 08:55:40
Comments
Leave a Comment

Please login to continue.