SelectQuery::addField |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::addField(). |
DatabaseSchema::addField |
function |
core/includes/database/schema.inc |
Add a new field to a table. |
SelectQueryExtender::addField |
function |
core/includes/database/select.inc |
Adds a field to the list to be SELECTed. |
SelectQueryInterface::addField |
function |
core/includes/database/select.inc |
Adds a field to the list to be SELECTed. |
DatabaseSchema_mysql::addField |
function |
core/includes/database/mysql/schema.inc |
Add a new field to a table. |
SchemaTestCase::testSchemaAddField |
function |
core/modules/simpletest/tests/schema.test |
Test adding columns to an existing table. |
EntityFieldQuery::addFieldCondition |
function |
core/modules/entity/entity.query.inc |
Adds the given condition to the proper condition array. |