30 calls to Schema::executeDdlStatement()

Schema::addField in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a new field to a table.
Schema::addField in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a new field to a table.
Schema::addField in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Add a new field to a table.
Schema::addIndex in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add an index.
Schema::addIndex in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add an index.
Schema::addIndex in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Add an index.
Schema::addPrimaryKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a primary key.
Schema::addPrimaryKey in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Add a primary key.
Schema::addUniqueKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a unique key.
Schema::addUniqueKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a unique key.
Schema::addUniqueKey in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Add a unique key.
Schema::changeField in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Change a field definition.
Schema::changeField in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Change a field definition.
Schema::createTable in core/lib/Drupal/Core/Database/Schema.php
Create a new table from a Drupal table definition.
Schema::dropField in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Drop a field.
Schema::dropField in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop a field.
Schema::dropIndex in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Drop an index.
Schema::dropIndex in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop an index.
Schema::dropIndex in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop an index.
Schema::dropPrimaryKey in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Drop the primary key.
Schema::dropPrimaryKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop the primary key.
Schema::dropTable in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop a table.
Schema::dropTable in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Drop a table.
Schema::dropTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop a table.
Schema::dropUniqueKey in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Drop a unique key.
Schema::dropUniqueKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop a unique key.
Schema::dropUniqueKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop a unique key.
Schema::renameTable in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Rename a table.
Schema::renameTable in core/modules/mysql/src/Driver/Database/mysql/Schema.php
Rename a table.
Schema::renameTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Rename a table.

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