Search for connect
- Search 9.5.x for connect
- Search 8.9.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection::__construct | function | includes/ |
|
DatabaseConnectionNotDefinedException | class | includes/ |
Exception thrown if an undefined database connection is requested. |
DatabaseConnectionTestCase | class | modules/ |
Test connection management. |
DatabaseConnectionTestCase::getInfo | function | modules/ |
|
DatabaseConnectionTestCase::testConnectionClosing | function | modules/ |
Tests the closing of a database connection. |
DatabaseConnectionTestCase::testConnectionOptions | function | modules/ |
Tests the connection options of the active database. |
DatabaseConnectionTestCase::testConnectionRouting | function | modules/ |
Test that connections return appropriate connection objects. |
DatabaseConnectionTestCase::testConnectionRoutingOverride | function | modules/ |
Test that connections return appropriate connection objects. |
DatabaseConnection_mysql | class | includes/ |
|
DatabaseConnection_mysql::$needsCleanup | property | includes/ |
Flag to indicate if the cleanup function in __destruct() should run. |
DatabaseConnection_mysql::$reservedKeyWords | property | includes/ |
The list of MySQL reserved key words. |
DatabaseConnection_mysql::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_mysql::doCommit | function | includes/ |
Do the actual commit, including a workaround for PHP 8 behaviour changes. |
DatabaseConnection_mysql::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_mysql::escapeAlias | function | includes/ |
Escapes an alias name string. |
DatabaseConnection_mysql::escapeField | function | includes/ |
Escapes a field name string. |
DatabaseConnection_mysql::escapeFields | function | includes/ |
|
DatabaseConnection_mysql::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_mysql::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnection_mysql::nextIdDelete | function | includes/ |
|
DatabaseConnection_mysql::popCommittableTransactions | function | includes/ |
Overridden to work around issues to MySQL not supporting transactional DDL. |
DatabaseConnection_mysql::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_mysql::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_mysql::quoteIdentifier | function | includes/ |
Quotes an identifier if it matches a MySQL reserved keyword. |
DatabaseConnection_mysql::rollback | function | includes/ |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection_mysql::setPrefix | function | includes/ |
} |
DatabaseConnection_mysql::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_mysql::utf8mb4IsConfigurable | function | includes/ |
Checks whether utf8mb4 support is configurable in settings.php. |
DatabaseConnection_mysql::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_mysql::__construct | function | includes/ |
|
DatabaseConnection_mysql::__destruct | function | includes/ |
|
DatabaseConnection_pgsql | class | includes/ |
|
DatabaseConnection_pgsql::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_pgsql::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_pgsql::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_pgsql::nextId | function | includes/ |
Retrieve the next id in a sequence. |
DatabaseConnection_pgsql::prepareQuery | function | includes/ |
Prepares a query string and returns the prepared statement. |
DatabaseConnection_pgsql::query | function | includes/ |
Executes a query string against the database. |
DatabaseConnection_pgsql::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_pgsql::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_pgsql::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_pgsql::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_pgsql::__construct | function | includes/ |
|
DatabaseConnection_sqlite | class | includes/ |
Specific SQLite implementation of DatabaseConnection. |
DatabaseConnection_sqlite::$attachedDatabases | property | includes/ |
All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table |
DatabaseConnection_sqlite::$savepointSupport | property | includes/ |
Whether this database connection supports savepoints. |
DatabaseConnection_sqlite::$tableDropped | property | includes/ |
Whether or not a table has been dropped this request: the destructor will only try to get rid of unnecessary databases if there is potential of them being empty. |
DatabaseConnection_sqlite::$willRollback | property | includes/ |
Whether or not the active transaction (if any) will be rolled back. |
DatabaseConnection_sqlite::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_sqlite::driver | function | includes/ |
Returns the type of database driver. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.