Same name in this branch
  1. 10 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema
  2. 10 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema
  3. 10 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema
  4. 10 core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php \Drupal\Core\Database\Driver\sqlite\Schema
  5. 10 core/modules/mysql/src/Driver/Database/mysql/Schema.php \Drupal\mysql\Driver\Database\mysql\Schema
  6. 10 core/modules/sqlite/src/Driver/Database/sqlite/Schema.php \Drupal\sqlite\Driver\Database\sqlite\Schema
  7. 10 core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php \Drupal\Tests\Core\Database\Stub\Driver\Schema
Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema
  2. 9 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema

PostgreSQL implementation of \Drupal\Core\Database\Schema.

Hierarchy

  • class \Drupal\Core\Database\Driver\pgsql\Schema extends \Drupal\pgsql\Driver\Database\pgsql\Schema

Expanded class hierarchy of Schema

Deprecated

in drupal:9.4.0 and is removed from drupal:11.0.0. The PostgreSQL database driver has been moved to the pgsql module.

See also

https://www.drupal.org/node/3129492

1 file declares its use of Schema
PgsqlDriverLegacyTest.php in core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php

File

core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 17

Namespace

Drupal\Core\Database\Driver\pgsql
View source
class Schema extends PgsqlSchema {

}

Members