db_column_exists

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_column_exists()

Namesort iconLocationDescription
db_column_existsincludes/database.pgsql.incCheck if a column exists in the given table.

Functions called by db_column_exists()

Namesort iconLocationDescription
db_column_existsincludes/database.pgsql.incCheck if a column exists in the given table.
db_escape_tableincludes/database.incRestrict a dynamic table, column or constraint name to safe characters.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.