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
Assertable interface misc/typo3/phar-stream-wrapper/src/Assertable.php
Assertable.php file misc/typo3/phar-stream-wrapper/src/Assertable.php
Assertable::assert function misc/typo3/phar-stream-wrapper/src/Assertable.php
BootstrapResettableStaticTestCase class modules/simpletest/tests/bootstrap.test Test that resetting static variables works.
BootstrapResettableStaticTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapResettableStaticTestCase::testDrupalStatic function modules/simpletest/tests/bootstrap.test Test that a variable reference returned by drupal_static() gets reset when
drupal_static_reset() is called.
Collectable interface misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable.php file misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::collect function misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::findByCallback function misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::has function misc/typo3/phar-stream-wrapper/src/Collectable.php
DatabaseConnection::$unprefixedTablesMap property includes/database/database.inc List of un-prefixed table names, keyed by prefixed table names.
DatabaseConnection::escapeTable function includes/database/database.inc Escapes a table name string.
DatabaseConnection::generateTemporaryTableName function includes/database/database.inc Generates a temporary table name.
DatabaseConnection::getUnprefixedTablesMap function includes/database/database.inc Gets a list of individually prefixed table names.
DatabaseConnection::popCommittableTransactions function includes/database/database.inc Internal function: commit all the transaction layers that can commit.
DatabaseConnection::prefixTables function includes/database/database.inc Appends a database prefix to all tables in a query.
DatabaseConnection::tablePrefix function includes/database/database.inc Find the prefix for a table.
DatabaseConnection_mysql::popCommittableTransactions function includes/database/mysql/database.inc Overridden to work around issues to MySQL not supporting transactional DDL.
DatabaseConnection_sqlite::$tableDropped property includes/database/sqlite/database.inc Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty.
DatabaseRegressionTestCase::testDBTableExists function modules/simpletest/tests/database_test.test Test the db_table_exists() function.
DatabaseReservedKeywordTestCase::testDeleteReservedWordTable function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testInsertReservedWordTable function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testMergeReservedWordTable function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testSelectReservedWordTableCount function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testSelectReservedWordTableSpecificField function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testTableNameQuoting function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testTruncateReservedWordTable function modules/simpletest/tests/database_test.test
DatabaseReservedKeywordTestCase::testUpdateReservedWordTable function modules/simpletest/tests/database_test.test
DatabaseSchema::buildTableNameCondition function includes/database/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema::createTable function includes/database/schema.inc Create a new table from a Drupal table definition.
DatabaseSchema::dropTable function includes/database/schema.inc Drop a table.
DatabaseSchema::findTables function includes/database/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema::findTablesD8 function includes/database/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::prefixNonTable function includes/database/schema.inc Create names for indexes, primary keys and constraints.
DatabaseSchema::renameTable function includes/database/schema.inc Rename a table.
DatabaseSchema::tableExists function includes/database/schema.inc Check if a table exists.
DatabaseSchema_mysql::buildTableNameCondition function includes/database/mysql/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema_mysql::COMMENT_MAX_TABLE constant includes/database/mysql/schema.inc Maximum length of a table comment in MySQL.
DatabaseSchema_mysql::createTableSql function includes/database/mysql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_mysql::dropTable function includes/database/mysql/schema.inc Drop a table.
DatabaseSchema_mysql::renameTable function includes/database/mysql/schema.inc Rename a table.
DatabaseSchema_mysql::tableExists function includes/database/mysql/schema.inc Check if a table exists.
DatabaseSchema_pgsql::$tableInformation property includes/database/pgsql/schema.inc A cache of information about blob columns and sequences of tables.
DatabaseSchema_pgsql::buildTableNameCondition function includes/database/pgsql/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema_pgsql::createTableSql function includes/database/pgsql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::dropTable function includes/database/pgsql/schema.inc Drop a table.
DatabaseSchema_pgsql::findTables function includes/database/pgsql/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_pgsql::queryTableInformation function includes/database/pgsql/schema.inc Fetch the list of blobs and sequences used on a table.

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