db_table_exists

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.
Schema APIA Drupal schema definition is an array structure representing one or more tables and their related keys and indexes. A schema is defined by hook_schema(), which usually lives in a modulename.install file.

Functions that call db_table_exists()

Namesort iconLocationDescription
drupal_uninstall_schemadrupal/includes/common.incRemove all tables that a module defines in its hook_schema().
list_themesdrupal/includes/theme.incProvides a list of currently available themes.
update_create_batch_tabledrupal/update.phpCreate the batch table.
update_fix_d6_requirementsdrupal/update.phpPerform Drupal 5.x to 6.x updates that are required for update.php to function properly.
update_prepare_d7_bootstrapdrupal/update.phpUsers who still have a Drupal 6 database (and are in the process of updating to Drupal 7) need extra help before a full bootstrap can be achieved. This function does the necessary preliminary work that allows the bootstrap to be successful.

Functions called by db_table_exists()

Namesort iconLocationDescription
db_escape_tabledrupal/includes/database/database.incRestrict a dynamic table, column or constraint name to safe characters.
db_fetch_objectdrupal/includes/database/database.inc
db_querydrupal/includes/database/database.incExecute an arbitrary query string against the active database.
db_resultdrupal/includes/database/database.inc