class Connection in Drupal 9
Same name in this branch
- 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection
- 9 core/tests/fixtures/database_drivers/custom/corefake/Connection.php \Drupal\Driver\Database\corefake\Connection
- 9 core/tests/fixtures/database_drivers/custom/fake/Connection.php \Drupal\Driver\Database\fake\Connection
- 9 core/tests/fixtures/database_drivers/core/corefake/Connection.php \Drupal\Core\Database\Driver\corefake\Connection
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection
- 9 core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php \Drupal\database_statement_monitoring_test\sqlite\Connection
- 9 core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php \Drupal\database_statement_monitoring_test\pgsql\Connection
- 9 core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Connection.php \Drupal\database_statement_monitoring_test\mysql\Connection
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Connection.php \Drupal\corefake\Driver\Database\corefake\Connection
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Connection.php \Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses\Connection
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Connection.php \Drupal\driver_test\Driver\Database\DrivertestMysql\Connection
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Connection.php \Drupal\driver_test\Driver\Database\DrivertestPgsql\Connection
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php \Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion\Connection
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php \Drupal\database_statement_monitoring_test\sqlite\Connection
- 10 core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Connection.php \Drupal\database_statement_monitoring_test\sqlite\Connection
SQlite Connection class that can log executed queries.
Hierarchy
- class \Drupal\Core\Database\Connection
- class \Drupal\Core\Database\Driver\sqlite\Connection
- class \Drupal\database_statement_monitoring_test\sqlite\Connection uses LoggedStatementsTrait
- class \Drupal\Core\Database\Driver\sqlite\Connection
Expanded class hierarchy of Connection
File
- core/
modules/ system/ tests/ modules/ database_statement_monitoring_test/ src/ sqlite/ Connection.php, line 11
Namespace
Drupal\database_statement_monitoring_test\sqliteView source
class Connection extends BaseConnection {
use LoggedStatementsTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Connection:: |
protected | property | All databases attached to the current database. | |
Connection:: |
protected | property | The actual PDO connection. | |
Connection:: |
protected | property | The connection information for this connection object. | |
Connection:: |
protected | property | Index of what driver-specific class to use for various operations. | |
Connection:: |
protected | property | List of escaped aliases names, keyed by unescaped aliases. | |
Connection:: |
protected | property | List of escaped field names, keyed by unescaped names. | |
Connection:: |
protected | property | List of escaped database, table, and field names, keyed by unescaped names. | |
Connection:: |
protected | property | List of escaped table names, keyed by unescaped names. | |
Connection:: |
protected | property |
The identifier quote characters for the database type. Overrides Connection:: |
|
Connection:: |
protected | property | The key representing this connection. | |
Connection:: |
protected | property | The current database logging object for this connection. | |
Connection:: |
protected | property | The prefixes used by this database connection. | |
Connection:: |
protected | property | List of replacement values for use in prefixTables(). | |
Connection:: |
protected | property | List of search values for use in prefixTables(). | |
Connection:: |
protected | property | Post-root (non-nested) transaction commit callbacks. | |
Connection:: |
protected | property | The schema object for this connection. | |
Connection:: |
protected static | property | A map of condition operators to SQLite operators. | |
Connection:: |
protected | property |
The name of the Statement class for this connection. Overrides Connection:: |
|
Connection:: |
protected | property |
The name of the StatementWrapper class for this connection. Overrides Connection:: |
|
Connection:: |
public | property | Whether or not a table has been dropped this request. | |
Connection:: |
protected | property | The database target this connection is for. | |
Connection:: |
protected | property | An index used to generate unique temporary table names. | |
Connection:: |
protected | property |
Whether this database connection supports transactional DDL. Overrides Connection:: |
|
Connection:: |
protected | property | Tracks the number of "layers" of transactions currently active. | |
Connection:: |
protected | property | List of un-prefixed table names, keyed by prefixed table names. | |
Connection:: |
protected | property | Whether or not the active transaction (if any) will be rolled back. | |
Connection:: |
public | function | Adds a root transaction end callback. | |
Connection:: |
public | function | Returns the version of the database client. | |
Connection:: |
public | function | Throws an exception to deny direct access to transaction commits. | |
Connection:: |
public | function | Prepares and returns a CONDITION query object. | |
Connection:: |
public static | function |
Creates an array of database connection options from a URL. Overrides Connection:: |
|
Connection:: |
public | function |
Overrides \Drupal\Core\Database\Connection::createDatabase(). Overrides Connection:: |
|
Connection:: |
public static | function |
Creates a URL from an array of database connection options. Overrides Connection:: |
|
Connection:: |
public | function |
Returns the name of the PDO driver for this connection. Overrides Connection:: |
|
Connection:: |
constant | Error code for "Unable to open database file" error. | ||
Connection:: |
protected | function | Returns the default query options for any given query. | |
Connection:: |
public | function | Prepares and returns a DELETE query object. | |
Connection:: |
public | function | Destroys this Connection object. | |
Connection:: |
protected | function | Do the actual commit, invoke post-commit callbacks. | 1 |
Connection:: |
public | function |
Returns the type of database driver. Overrides Connection:: |
|
Connection:: |
public | function | Escapes an alias name string. | |
Connection:: |
public | function | Escapes a database name string. | |
Connection:: |
public | function | Escapes a field name string. | |
Connection:: |
public | function | Escapes characters that work as wildcard characters in a LIKE pattern. | |
Connection:: |
public | function | Escapes a table name string. | |
Connection:: |
public | function | Returns the database exceptions handler. | |
Connection:: |
protected | function | Expands out shorthand placeholders. | |
Connection:: |
protected | function | Sanitize a query comment string. | |
Connection:: |
protected | function | Generates a temporary table name. | |
Connection:: |
public | function | Gets all the attached databases. | |
Connection:: |
public | function | Returns the connection information for this connection object. | |
Connection:: |
public | function |
Get a fully qualified table name. Overrides Connection:: |
|
Connection:: |
public | function | Returns the key this connection is associated with. | |
Connection:: |
public | function | Gets the current logging object for this connection. | |
Connection:: |
public | function | Get the pager manager service, if available. | |
Connection:: |
public | function | Get the module name of the module that is providing the database driver. | |
Connection:: |
protected static | function | Extracts the SQLSTATE error from the PDOException. | |
Connection:: |
public | function | Returns the target this connection is associated with. | |
Connection:: |
public | function | Gets a list of individually prefixed table names. | |
Connection:: |
protected | function |
Wraps and re-throws any PDO exception thrown by static::query(). Overrides Connection:: |
|
Connection:: |
public | function | Prepares and returns an INSERT query object. | |
Connection:: |
public | function | Determines if there is an active transaction open. | |
Connection:: |
public | function | Flatten an array of query comments into a single comment string. | |
Connection:: |
public | function | Creates the appropriate sequence name for a given table and serial field. | |
Connection:: |
public | function |
Gets any special processing requirements for the condition operator. Overrides Connection:: |
|
Connection:: |
public | function | Prepares and returns a MERGE query object. | |
Connection:: |
public | function |
Retrieves a unique ID from a given sequence. Overrides Connection:: |
|
Connection:: |
public static | function |
Opens a PDO connection. Overrides Connection:: |
|
Connection:: |
protected | function | Commit all the transaction layers that can commit. | 1 |
Connection:: |
public | function | Decreases the depth of transaction nesting. | |
Connection:: |
public | function | Appends a database prefix to all tables in a query. | |
Connection:: |
public | function |
Prepares a statement for execution and returns a statement object. Overrides Connection:: |
|
Connection:: |
public | function | Prepares a query string and returns the prepared statement. | |
Connection:: |
public | function |
Returns a prepared statement given a SQL string. Overrides Connection:: |
|
Connection:: |
protected | function | Returns a string SQL statement ready for preparation. | |
Connection:: |
public | function | Increases the depth of transaction nesting. | |
Connection:: |
public | function |
Runs a limited-range query on this database object. Overrides Connection:: |
|
Connection:: |
public | function |
Runs a SELECT query and stores its results in a temporary table. Overrides Connection:: |
|
Connection:: |
public | function | Quotes a string for use in a query. | |
Connection:: |
public | function | Quotes all identifiers in a query. | |
Connection:: |
public | function | Rolls back the transaction entirely or to a named savepoint. | 1 |
Connection:: |
public | function | Returns a DatabaseSchema object for manipulating the schema. | |
Connection:: |
public | function | Prepares and returns a SELECT query object. | |
Connection:: |
public | function | Tells this connection object what its key is. | |
Connection:: |
public | function | Associates a logging object with this connection. | |
Connection:: |
protected | function | Set the list of prefixes used by this database connection. | |
Connection:: |
public | function | Tells this connection object what its target value is. | |
Connection:: |
public static | function | SQLite compatibility implementation for the CONCAT() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the CONCAT_WS() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the GREATEST() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the IF() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the LEAST() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the LIKE BINARY SQL operator. | |
Connection:: |
public static | function | SQLite compatibility implementation for the RAND() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the REGEXP SQL operator. | |
Connection:: |
public static | function | SQLite compatibility implementation for the SUBSTRING() SQL function. | |
Connection:: |
public static | function | SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. | |
Connection:: |
public | function | Returns a new DatabaseTransaction object on this connection. | |
Connection:: |
public | function | Determines if this driver supports transactional DDL. | |
Connection:: |
public | function | Determines if this driver supports transactions. | |
Connection:: |
public | function | Find the prefix for a table. | |
Connection:: |
public | function | Determines the current transaction depth. | |
Connection:: |
public | function | Prepares and returns a TRUNCATE query object. | |
Connection:: |
public | function | Prepares and returns an UPDATE query object. | |
Connection:: |
public | function | Prepares and returns an UPSERT query object. | |
Connection:: |
public | function | Returns the version of the database server. | 2 |
Connection:: |
public | function |
Constructs a \Drupal\Core\Database\Driver\sqlite\Connection object. Overrides Connection:: |
|
Connection:: |
public | function |
Destructor for the SQLite connection. Overrides Connection:: |
|
Connection:: |
public | function | Prevents the database connection from being serialized. | |
LoggedStatementsTrait:: |
protected | property | Logged statements. | |
LoggedStatementsTrait:: |
public | function | ||
LoggedStatementsTrait:: |
public | function | Returns the executed queries. | |
LoggedStatementsTrait:: |
public | function | ||
LoggedStatementsTrait:: |
public | function | Resets logged statements. |