You are here

protected property DatabaseConnection_sqlite::$attachedDatabases in Drupal 7

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