db_column_exists
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_column_exists()
| Name | Location | Description |
|---|---|---|
| db_column_exists | includes/database.pgsql.inc | Check if a column exists in the given table. |
Functions called by db_column_exists()
| Name | Location | Description |
|---|---|---|
| db_column_exists | includes/database.pgsql.inc | Check if a column exists in the given table. |
| db_escape_table | includes/database.inc | Restrict a dynamic table, column or constraint name to safe characters. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
