Connection::escapeTable |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes a table name string. |
Connection::exceptionHandler |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the database exceptions handler. |
Connection::exceptionHandler |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
|
Connection::exceptionHandler |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::exceptionHandler |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
|
Connection::exceptionHandler |
function |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php |
|
Connection::exceptionHandler |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
|
Connection::expandArguments |
function |
core/lib/Drupal/Core/Database/Connection.php |
Expands out shorthand placeholders. |
Connection::filterComment |
function |
core/lib/Drupal/Core/Database/Connection.php |
Sanitize a query comment string. |
Connection::findCallerFromDebugBacktrace |
function |
core/lib/Drupal/Core/Database/Connection.php |
Determine the last non-database method that called the database API. |
Connection::getAttachedDatabases |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
Gets all the attached databases. |
Connection::getClientConnection |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the client-level database connection object. |
Connection::getConnectionOptions |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the connection information for this connection object. |
Connection::getDebugBacktrace |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets the debug backtrace. |
Connection::getDriverClass |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets the driver-specific override class if any for the specified class. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
|
Connection::getFullQualifiedTableName |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::getKey |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the key this connection is associated with. |
Connection::getLogger |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets the current logging object for this connection. |
Connection::getMariaDbVersionMatch |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
Gets the MariaDB portion of the server version. |
Connection::getPagerManager |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get the pager manager service, if available. |
Connection::getPrefix |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the prefix of the tables. |
Connection::getProvider |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get the module name of the module that is providing the database driver. |
Connection::getServerVersion |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
Gets the server version. |
Connection::getServerVersion |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php |
Gets the server version. |
Connection::getSQLState |
function |
core/lib/Drupal/Core/Database/Connection.php |
Extracts the SQLSTATE error from a PDOException. |
Connection::getTarget |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the target this connection is associated with. |
Connection::getUnprefixedTablesMap |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets a list of individually prefixed table names. |
Connection::hasJson |
function |
core/lib/Drupal/Core/Database/Connection.php |
Runs a simple query to validate json datatype support. |
Connection::hasJson |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::insert |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
|
Connection::insert |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::insert |
function |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php |
|
Connection::insert |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
|
Connection::insert |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
|
Connection::insert |
function |
core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns an INSERT query object. |
Connection::inTransaction |
function |
core/lib/Drupal/Core/Database/Connection.php |
Determines if there is an active transaction open. |
Connection::isEventEnabled |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the status of a database API event toggle. |
Connection::isMariaDb |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
Determines whether the MySQL distribution is MariaDB or not. |
Connection::isMariaDb |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php |
Determines whether the MySQL distribution is MariaDB or not. |
Connection::lastInsertId |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the ID of the last inserted row or sequence value. |
Connection::makeComment |
function |
core/lib/Drupal/Core/Database/Connection.php |
Flatten an array of query comments into a single comment string. |
Connection::makeSequenceName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Creates the appropriate sequence name for a given table and serial field. |
Connection::makeSequenceName |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
Creates the appropriate sequence name for a given table and serial field. |
Connection::mapConditionOperator |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
|
Connection::mapConditionOperator |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::mapConditionOperator |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
|
Connection::mapConditionOperator |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
|
Connection::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets any special processing requirements for the condition operator. |