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
Class
- DatabaseConnection_sqlite
- Specific SQLite implementation of DatabaseConnection.
Code
protected $attachedDatabases = array();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.