Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Connection.php | file | core/ |
|
| Connection.php | file | core/ |
|
| Connection.php | file | core/ |
|
| Connection.php | file | core/ |
|
| Connection.php | file | core/ |
|
| Connection.php | file | core/ |
|
| Connection::$attachedDatabases | property | core/ |
All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table |
| Connection::$connection | property | core/ |
The actual PDO connection. |
| Connection::$connectionOptions | property | core/ |
The connection information for this connection object. |
| Connection::$databaseVersion | property | core/ |
Hardcoded database server version. |
| Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
| Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
| Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
| Connection::$driverClasses | property | core/ |
Index of what driver-specific class to use for various operations. |
| Connection::$escapedAliases | property | core/ |
List of escaped aliases names, keyed by unescaped aliases. |
| Connection::$escapedNames | property | core/ |
List of escaped database, table, and field names, keyed by unescaped names. |
| Connection::$key | property | core/ |
The key representing this connection. |
| Connection::$logger | property | core/ |
The current database logging object for this connection. |
| Connection::$needsCleanup | property | core/ |
Flag to indicate if the cleanup function in __destruct() should run. |
| Connection::$postgresqlConditionOperatorMap | property | core/ |
A map of condition operators to PostgreSQL operators. |
| Connection::$postgresqlReservedKeyWords | property | core/ |
The list of PostgreSQL reserved key words. |
| Connection::$prefixes | property | core/ |
The prefixes used by this database connection. |
| Connection::$prefixReplace | property | core/ |
List of replacement values for use in prefixTables(). |
| Connection::$prefixSearch | property | core/ |
List of search values for use in prefixTables(). |
| Connection::$reservedKeyWords | property | core/ |
The list of MySQL reserved key words. |
| Connection::$rootTransactionEndCallbacks | property | core/ |
Post-root (non-nested) transaction commit callbacks. |
| Connection::$schema | property | core/ |
The schema object for this connection. |
| Connection::$sqliteConditionOperatorMap | property | core/ |
A map of condition operators to SQLite operators. |
| Connection::$statementClass | property | core/ |
The name of the Statement class for this connection. |
| Connection::$tableDropped | property | core/ |
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. |
| Connection::$target | property | core/ |
The database target this connection is for. |
| Connection::$temporaryNameIndex | property | core/ |
An index used to generate unique temporary table names. |
| Connection::$transactionalDDLSupport | property | core/ |
Whether this database connection supports transactional DDL. |
| Connection::$transactionLayers | property | core/ |
Tracks the number of "layers" of transactions currently active. |
| Connection::$transactionSupport | property | core/ |
Whether this database connection supports transactions. |
| Connection::$unprefixedTablesMap | property | core/ |
List of un-prefixed table names, keyed by prefixed table names. |
| Connection::$willRollback | property | core/ |
Whether or not the active transaction (if any) will be rolled back. |
| Connection::ACCESS_DENIED | constant | core/ |
Error code for "Access denied" error. |
| Connection::addRootTransactionEndCallback | function | core/ |
Adds a root transaction end callback. |
| Connection::addSavepoint | function | core/ |
Add a new savepoint with an unique name. |
| Connection::clientVersion | function | core/ |
Returns the version of the database client. |
| Connection::commit | function | core/ |
Throws an exception to deny direct access to transaction commits. |
| Connection::condition | function | core/ |
Prepares and returns a CONDITION query object. |
| Connection::CONNECTION_FAILURE | constant | core/ |
Error code for "Connection failure" errors. |
| Connection::createConnectionOptionsFromUrl | function | core/ |
Creates an array of database connection options from a URL. |
| Connection::createConnectionOptionsFromUrl | function | core/ |
Creates an array of database connection options from a URL. |
| Connection::createDatabase | function | core/ |
Creates a database. |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
Pagination
- Previous page
- Page 254
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.