Search for database
- Search 7.x for database
- Search 9.5.x for database
- Search 10.3.x for database
- Search 11.x for database
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
database | service | core/ |
Drupal\Core\Database\Connection |
Database | class | core/ |
Primary front-controller for the database system. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
database | service | core/ |
Drupal\Core\Database\Connection |
Database | class | core/ |
Primary front-controller for the database system. |
Database abstraction layer | group | core/ |
Allow the use of different database servers using the same code base. |
database.api.php | file | core/ |
Hooks related to the Database system and the Schema API. |
database.inc | file | core/ |
Core systems for the database layer. |
Database.php | file | core/ |
|
database.replica | service | core/ |
Drupal\Core\Database\Connection |
database.replica_kill_switch | service | core/ |
Drupal\Core\Database\ReplicaKillSwitch |
Database::$activeKey | property | core/ |
The key of the currently active database connection. |
Database::$connections | property | core/ |
An nested array of all active connections. It is keyed by database name and target. |
Database::$databaseInfo | property | core/ |
A processed copy of the database connection information from settings.php. |
Database::$ignoreTargets | property | core/ |
A list of key/target credentials to simply ignore. |
Database::$logs | property | core/ |
An array of active query log objects. |
Database::addConnectionInfo | function | core/ |
Adds database connection information for a given key/target. |
Database::closeConnection | function | core/ |
Closes a connection to the server specified by the given key and target. |
Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
Database::findDriverAutoloadDirectory | function | core/ |
Finds the directory to add to the autoloader for the driver's namespace. |
Database::getAllConnectionInfo | function | core/ |
Gets connection information for all available databases. |
Database::getConnection | function | core/ |
Gets the connection object for the specified database key and target. |
Database::getConnectionInfo | function | core/ |
Gets information on the specified database connection. |
Database::getConnectionInfoAsUrl | function | core/ |
Gets database connection info as a URL. |
Database::getDatabaseDriverNamespace | function | core/ |
Gets the PHP namespace of a database driver from the connection info. |
Database::getLog | function | core/ |
Retrieves the queries logged on for given logging key. |
Database::ignoreTarget | function | core/ |
Instructs the system to temporarily ignore a given key/target. |
Database::isActiveConnection | function | core/ |
Determines if there is an active connection. |
Database::isWithinModuleNamespace | function | core/ |
Checks whether a namespace is within the namespace of a Drupal module. |
Database::openConnection | function | core/ |
Opens a connection to the server specified by the given key and target. |
Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
Database::removeConnection | function | core/ |
Remove a connection and its corresponding connection information. |
Database::renameConnection | function | core/ |
Rename a connection and its corresponding connection information. |
Database::RETURN_AFFECTED | constant | core/ |
Flag to indicate a query call should return the number of affected rows. |
Database::RETURN_INSERT_ID | constant | core/ |
Flag to indicate a query call should return the "last insert id". |
Database::RETURN_NULL | constant | core/ |
Flag to indicate a query call should simply return NULL. |
Database::RETURN_STATEMENT | constant | core/ |
Flag to indicate a query call should return the prepared statement. |
Database::setActiveConnection | function | core/ |
Sets the active connection to the specified key. |
Database::setMultipleConnectionInfo | function | core/ |
Sets connection information for multiple databases. |
Database::startLog | function | core/ |
Starts logging a given logging key on the specified connection. |
DatabaseAccessDeniedException | class | core/ |
Exception thrown if access credentials fail. |
DatabaseAccessDeniedException.php | file | core/ |
|
DatabaseBackend | class | core/ |
Defines the database flood backend. This is the default Drupal backend. |
DatabaseBackend | class | core/ |
Defines a default cache implementation. |
DatabaseBackend.php | file | core/ |
|
DatabaseBackend.php | file | core/ |
|
DatabaseBackend::$bin | property | core/ |
|
DatabaseBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
DatabaseBackend::$connection | property | core/ |
The database connection. |
DatabaseBackend::$connection | property | core/ |
The database connection used to store flood event information. |
DatabaseBackend::$maxRows | property | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
DatabaseBackend::$requestStack | property | core/ |
The request stack. |
DatabaseBackend::catchException | function | core/ |
Act on an exception when flood might be stale. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.