Search for table

  1. Search 9.5.x for table
  2. Search 8.9.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects
Title Object type File name Summary
DatabaseSchema_pgsql::renameTable function includes/database/pgsql/schema.inc Rename a table.
DatabaseSchema_pgsql::tableExists function includes/database/pgsql/schema.inc Check if a table exists.
DatabaseSchema_sqlite::alterTable function includes/database/sqlite/schema.inc Create a table with a new schema containing the old content.
DatabaseSchema_sqlite::createTableSql function includes/database/sqlite/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_sqlite::dropTable function includes/database/sqlite/schema.inc Drop a table.
DatabaseSchema_sqlite::findTables function includes/database/sqlite/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::findTablesD8 function includes/database/sqlite/schema.inc Finds all tables that are like the specified base table name. This is a
backport of the change made to findTables in Drupal 8 to work with virtual,
un-prefixed table names. The original function is retained for Backwards
Compatibility.
DatabaseSchema_sqlite::renameTable function includes/database/sqlite/schema.inc Rename a table.
DatabaseSchema_sqlite::tableExists function includes/database/sqlite/schema.inc Check if a table exists.
DatabaseSelectTableSortDefaultTestCase class modules/simpletest/tests/database_test.test
DatabaseSelectTableSortDefaultTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort function modules/simpletest/tests/database_test.test Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery function modules/simpletest/tests/database_test.test Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst function modules/simpletest/tests/database_test.test Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTablePrefixTestCase class modules/simpletest/tests/database_test.test Test table prefix handling.
DatabaseTablePrefixTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseTablePrefixTestCase::testSchemaDotTablePrefixes function modules/simpletest/tests/database_test.test
DatabaseTemporaryQueryTestCase::countTableRows function modules/simpletest/tests/database_test.test Return the number of rows of a table.
DatabaseTestCase::installTables function modules/simpletest/tests/database_test.test Set up several tables needed by a certain test.
database_test_tablesort function modules/simpletest/tests/database_test.module Run a tablesort query and return the results.
database_test_tablesort_first function modules/simpletest/tests/database_test.module Run a tablesort query with a second order_by after and return the results.
database_test_theme_tablesort function modules/simpletest/tests/database_test.module Output a form without setting a header sort.
db_create_table function includes/database/database.inc Creates a new table from a Drupal table definition.
db_drop_table function includes/database/database.inc Drops a table.
db_escape_table function includes/database/database.inc Restricts a dynamic table name to safe characters.
db_find_tables function includes/database/database.inc Finds all tables that are like the specified base table name.
db_find_tables_d8 function includes/database/database.inc Finds all tables that are like the specified base table name. This is a
backport of the change made to db_find_tables in Drupal 8 to work with
virtual, un-prefixed table names. The original function is retained for
Backwards Compatibility.
db_rename_table function includes/database/database.inc Renames a table.
db_table_exists function includes/database/database.inc Checks if a table exists.
DeleteQuery::$table property includes/database/query.inc The table from which to delete.
drupal-6.translatable.database.php file modules/simpletest/tests/upgrade/drupal-6.translatable.database.php
DrupalDefaultEntityController::$revisionTable property includes/entity.inc The table that stores revisions, if the entity supports revisions.
drupal_add_tabledrag function includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
EntityFieldQuery::tableSort function includes/entity.inc Enables sortable tables for this query.
EntityFieldQueryTestCase::testEntityFieldQueryTableSort function modules/simpletest/tests/entity_query.test Tests the TableSort integration of EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable function modules/simpletest/tests/entity_query.test Tests querying translatable fields.
EntityFieldQueryTestCase::testTablePrefixing function modules/simpletest/tests/entity_query.test Tests EFQ table prefixing with multiple conditions and an altered join.
FieldSqlStorageTestCase::$revision_table property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::$table property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldTranslationsTestCase::testTranslatableFieldSaveLoad function modules/field/tests/field.test Test translatable fields storage/retrieval.
field_is_translatable function modules/field/field.multilingual.inc Checks whether a field has language support.
field_test_entity_info_translatable function modules/field/tests/field_test.entity.inc Helper function to enable entity translations.
field_test_query_efq_table_prefixing_test_alter function modules/field/tests/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
field_ui_table_pre_render function modules/field_ui/field_ui.admin.inc Pre-render callback for field_ui_table elements.
FILE_EXECUTABLE constant includes/install.inc File permission check -- File is executable.
FILE_NOT_EXECUTABLE constant includes/install.inc File permission check -- File is not executable.
FILE_NOT_WRITABLE constant includes/install.inc File permission check -- File is not writable.
FILE_WRITABLE constant includes/install.inc File permission check -- File is writable.
FormsElementsTableSelectFunctionalTest class modules/simpletest/tests/form.test Test the tableselect form element for expected behavior.
FormsElementsTableSelectFunctionalTest::formSubmitHelper function modules/simpletest/tests/form.test Helper function for the option check test to submit a form while collecting errors.

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