field_test_schema_alter.info |
file |
core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.info |
name = "Field API Schema Alter Test"
description = "Support module for the Field API schema alter tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
backdrop_get_schema_versions |
function |
core/includes/install.inc |
Returns an array of available schema versions for a module. |
backdrop_get_complete_schema |
function |
core/includes/bootstrap.inc |
Gets the whole database schema. |
DatabaseSchema::$placeholder |
property |
core/includes/database/schema.inc |
The placeholder counter. |
DatabaseSchema::addUniqueKey |
function |
core/includes/database/schema.inc |
Add a unique key. |
drupal_get_schema_unprocessed |
function |
core/includes/drupal.inc |
Returns the unprocessed and unaltered version of a module's schema. |
ConfigDatabaseStorage::schema |
function |
core/includes/config.inc |
The database schema. |
SchemaCache::resolveCacheMiss |
function |
core/includes/bootstrap.inc |
Overrides BackdropCacheArray::resolveCacheMiss(). |
DatabaseSchema::getPrefixInfo |
function |
core/includes/database/schema.inc |
Get information about the table name and schema from the prefix. |
DatabaseSchema::addPrimaryKey |
function |
core/includes/database/schema.inc |
Add a primary key. |
DatabaseSchema::dropUniqueKey |
function |
core/includes/database/schema.inc |
Drop a unique key. |
field_test_schema_alter.module |
file |
core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.module |
Empty file. |
DatabaseSchema::createTableSql |
function |
core/includes/database/schema.inc |
Generate an array of query strings suitable for creating a table. |
ViewsSqlTest::schemaDefinition |
function |
core/modules/views/tests/views_query.test |
The schema definition. |
DatabaseSchema::$defaultSchema |
property |
core/includes/database/schema.inc |
Definition of prefixInfo array structure. |
DatabaseSchema::prefixNonTable |
function |
core/includes/database/schema.inc |
Create names for indexes, primary keys and constraints. |
DatabaseSchema::dropPrimaryKey |
function |
core/includes/database/schema.inc |
Drop the primary key. |
DatabaseSchema::prepareComment |
function |
core/includes/database/schema.inc |
Prepare a table or column comment for database query. |
DatabaseSchema_mysql::addField |
function |
core/includes/database/mysql/schema.inc |
Add a new field to a table. |
DatabaseSchema_mysql::addIndex |
function |
core/includes/database/mysql/schema.inc |
Add an index. |
backdrop_get_schema_unprocessed |
function |
core/includes/common.inc |
Returns the unprocessed and unaltered version of a module's schema. |
field_test_schema_alter.install |
file |
core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.install |
Install, update and uninstall functions for the field_test_schema_alter
module. |
FieldSchemaAlterTestCase::setUp |
function |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseSchema::nextPlaceholder |
function |
core/includes/database/schema.inc |
Implements QueryPlaceHolderInterface::nextPlaceholder(). |
DatabaseSchema::getFieldTypeMap |
function |
core/includes/database/schema.inc |
Returns a mapping of Backdrop schema field names to DB-native field types. |
DatabaseSchema::fieldSetDefault |
function |
core/includes/database/schema.inc |
Set the default value for a field. |
DatabaseSchema_mysql::dropTable |
function |
core/includes/database/mysql/schema.inc |
Drop a table. |
DatabaseSchema_mysql::dropField |
function |
core/includes/database/mysql/schema.inc |
Drop a field. |
DatabaseSchema_mysql::dropIndex |
function |
core/includes/database/mysql/schema.inc |
Drop an index. |
_path_get_schema_alias_maxlength |
function |
core/modules/path/path.inc |
Fetch the maximum length of the {url_alias}.alias field from the schema. |
DatabaseSchema::uniqueIdentifier |
function |
core/includes/database/schema.inc |
Implements QueryPlaceHolderInterface::uniqueIdentifier(). |
DatabaseSchema_mysql::findTables |
function |
core/includes/database/mysql/schema.inc |
Find all tables that are like the specified base table name. |
DatabaseSchema_mysql::getComment |
function |
core/includes/database/mysql/schema.inc |
Retrieve a table or column comment. |
SchemaTestCase::tryUnsignedInsert |
function |
core/modules/simpletest/tests/schema.test |
Tries to insert a negative value into columns defined as unsigned. |
DatabaseSchema::$uniqueIdentifier |
property |
core/includes/database/schema.inc |
A unique identifier for this query object. |
DatabaseSchema::fieldSetNoDefault |
function |
core/includes/database/schema.inc |
Set a field to have no default value. |
DatabaseSchema_mysql::renameTable |
function |
core/includes/database/mysql/schema.inc |
Rename a table. |
DatabaseSchema_mysql::indexExists |
function |
core/includes/database/mysql/schema.inc |
Checks if an index exists in the given table. |
DatabaseSchema_mysql::changeField |
function |
core/includes/database/mysql/schema.inc |
Change a field definition. |
SchemaTestCase::checkSchemaComment |
function |
core/modules/simpletest/tests/schema.test |
Checks that a table or column comment matches a given description. |
SchemaTestCase::testSchemaAddField |
function |
core/modules/simpletest/tests/schema.test |
Test adding columns to an existing table. |
DatabaseSchema_mysql::processField |
function |
core/includes/database/mysql/schema.inc |
Set database-engine specific properties for a field. |
DatabaseSchema_mysql::createKeySql |
function |
core/includes/database/mysql/schema.inc |
|
DatabaseSchema_mysql::addUniqueKey |
function |
core/includes/database/mysql/schema.inc |
Add a unique key. |
SchemaTestCase::testUnsignedColumns |
function |
core/modules/simpletest/tests/schema.test |
Tests creating unsigned columns and data integrity thereof. |
drupal_get_installed_schema_version |
function |
core/includes/drupal.inc |
Returns the currently installed schema version for a module. |
drupal_set_installed_schema_version |
function |
core/includes/drupal.inc |
Update the installed version information for a module. |
DatabaseSchema_mysql::getPrefixInfo |
function |
core/includes/database/mysql/schema.inc |
Get information about the table and database name from the prefix. |
DatabaseSchema_mysql::createKeysSql |
function |
core/includes/database/mysql/schema.inc |
|
DatabaseSchemaObjectExistsException |
class |
core/includes/database/schema.inc |
Exception thrown if an object being created already exists. |