final public static Database::setActiveConnection($key = 'default')
The key of the currently active database connection. Type: string File
Flag to indicate a query call should return the prepared statement. File core/lib/Drupal/Core/Database/Database
final public static Database::getConnectionInfo($key = 'default')
Flag to indicate a query call should simply return NULL. This is used for queries that have no reasonable return value anyway, such as INSERT
final protected static Database::openConnection($key, $target)
final public static Database::startLog($logging_key, $key = 'default')
final public static Database::getConnection($target = 'default', $key = NULL)
Primary front-controller for the database system. This class is uninstantiatable and un-extendable. It acts to encapsulate all control and shepherding
final public static Database::removeConnection($key)
Page 2 of 3