Insert.php in Drupal 9
Same filename in this branch
- 9 core/lib/Drupal/Core/Database/Query/Insert.php
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Insert.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Insert.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Insert.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Insert.php
Same filename and directory in other branches
File
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Insert.phpView source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;
use Drupal\Core\Database\Driver\pgsql\Insert as CoreInsert;
/**
* PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.
*/
class Insert extends CoreInsert {
}
Classes
Name | Description |
---|---|
Insert | PostgreSQL implementation of \Drupal\Core\Database\Query\Insert. |