db_column_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 called by db_column_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