Sql::addField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a field to the query table, possibly with an alias. This will
automatically call ensure_table to make sure the required table
exists, *unless* $table is unset. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Add a new field to a table. |
Tables::addField |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
Select::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds a field to the list to be SELECTed. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Add a new field to a table. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Add a new field to a table. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add a new field to a table. |
QueryTest::addField |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
|
SelectExtender::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Adds a field to the list to be SELECTed. |
SelectInterface::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Adds a field to the list to be SELECTed. |
SchemaTest::testSchemaAddField |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php |
Tests adding columns to an existing table. |