Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for schema

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
taxonomy_field_schema function modules/taxonomy/taxonomy.install Implements hook_field_schema().
backdrop_install_schema function includes/common.inc Creates all tables defined in a module's hook_schema().
drupal_uninstall_schema function includes/drupal.inc Removes all tables defined in a module's hook_schema().
node_access_test_schema function modules/node/tests/node_access_test/node_access_test.install Implements hook_schema().
DatabaseSchema::__clone function includes/database/schema.inc Implements the magic __clone function.
field_test_field_schema function modules/field/tests/field_test/field_test.install Implements hook_field_schema().
drupal_schema_fields_sql function includes/drupal.inc Retrieves a list of fields from a table schema.
DatabaseSchema::addField function includes/database/schema.inc Add a new field to a table.
field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.install Implements hook_schema().
SchemaCache::__construct function includes/bootstrap.inc Constructs a SchemaCache object.
DatabaseSchema::addIndex function includes/database/schema.inc Add an index.
_field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.module Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema.
DatabaseSchema::dropIndex function includes/database/schema.inc Drop an index.
DatabaseSchema::dropField function includes/database/schema.inc Drop a field.
SchemaTestCase::tryInsert function modules/simpletest/tests/schema.test
backdrop_uninstall_schema function includes/common.inc Removes all tables defined in a module's hook_schema().
DatabaseSchema::dropTable function includes/database/schema.inc Drop a table.
DatabaseSchema::fieldNames function includes/database/schema.inc Return an array of field names from an array of key/index column specifiers.
DatabaseSchema::cloneTable function includes/database/schema.inc Create an exact duplicate of an existing table, including all content.
backdrop_schema_fields_sql function includes/common.inc Retrieves a list of fields from a table schema.
drupal_get_schema_versions function includes/drupal.inc Returns an array of available schema versions for a module.
DatabaseSchema::findTables function includes/database/schema.inc Find all tables that are like the specified base table name.
DatabaseConnection::schema function includes/database/database.inc Returns a DatabaseSchema object for manipulating the schema.
SchemaTestCase::testSchema function modules/simpletest/tests/schema.test
drupal_get_complete_schema function includes/drupal.inc Gets the whole database schema.
REQUIRED_D7_SCHEMA_VERSION constant includes/update.inc Minimum schema version of Drupal 7 required for upgrade to Backdrop.
DatabaseSchema::fieldExists function includes/database/schema.inc Check if a column exists in the given table.
_backdrop_schema_initialize function includes/common.inc Fills in required default values for table definitions from hook_schema().
DatabaseSchema::$connection property includes/database/schema.inc The current database connection.
DatabaseSchema::__construct function includes/database/schema.inc
DatabaseSchema::tableExists function includes/database/schema.inc Check if a table exists.
DatabaseSchema::renameTable function includes/database/schema.inc Rename a table.
DatabaseSchema::indexExists function includes/database/schema.inc Checks if an index exists in the given table.
DatabaseSchema::changeField function includes/database/schema.inc Change a field definition.
DatabaseSchema::createTable function includes/database/schema.inc Create a new table from a Backdrop table definition.
DatabaseConnection::$schema property includes/database/database.inc The schema object for this connection.
backdrop_get_complete_schema function includes/bootstrap.inc Gets the whole database schema.
DatabaseSchema::addUniqueKey function includes/database/schema.inc Add a unique key.
DatabaseSchema::$placeholder property includes/database/schema.inc The placeholder counter.
backdrop_get_schema_versions function includes/install.inc Returns an array of available schema versions for a module.
DatabaseSchema::cloneTableSql function includes/database/schema.inc Generate an array of query strings suitable for cloning a table.
DatabaseSchema::dropUniqueKey function includes/database/schema.inc Drop a unique key.
DatabaseSchema::getPrefixInfo function includes/database/schema.inc Get information about the table name and schema from the prefix.
DatabaseSchema::addPrimaryKey function includes/database/schema.inc Add a primary key.
SchemaCache::resolveCacheMiss function includes/bootstrap.inc Overrides BackdropCacheArray::resolveCacheMiss().
ConfigDatabaseStorage::schema function drivers/config_database/config_database_storage.inc
drupal_get_schema_unprocessed function includes/drupal.inc Returns the unprocessed and unaltered version of a module's schema.
DatabaseSchema::$defaultSchema property includes/database/schema.inc Definition of prefixInfo array structure.
ViewsSqlTest::schemaDefinition function modules/views/tests/views_query.test The schema definition.
DatabaseSchema::prefixNonTable function includes/database/schema.inc Create names for indexes, primary keys and constraints.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS