namespace Drupal\mysql\Driver\Database\mysql

Same name in other branches
  1. 10 Drupal\mysql\Driver\Database\mysql
  2. 9 Drupal\mysql\Driver\Database\mysql
Object name File name Summary
Connection core/modules/mysql/src/Driver/Database/mysql/Connection.php MySQL implementation of \Drupal\Core\Database\Connection.
Delete core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
ExceptionHandler core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php MySql database exception handler class.
Insert core/modules/mysql/src/Driver/Database/mysql/Insert.php MySQL implementation of \Drupal\Core\Database\Query\Insert.
Merge core/modules/mysql/src/Driver/Database/mysql/Merge.php MySQL implementation of \Drupal\Core\Database\Query\Merge.
Schema core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Select core/modules/mysql/src/Driver/Database/mysql/Select.php MySQL implementation of \Drupal\Core\Database\Query\Select.
TransactionManager core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php MySql implementation of TransactionManagerInterface.
Truncate core/modules/mysql/src/Driver/Database/mysql/Truncate.php MySQL implementation of \Drupal\Core\Database\Query\Truncate.
Update core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Upsert core/modules/mysql/src/Driver/Database/mysql/Upsert.php MySQL implementation of \Drupal\Core\Database\Query\Upsert.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.