db_escape_table

Related topics

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

Functions that call db_escape_table()

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_last_insert_idincludes/database.pgsql.incReturns the last insert id. This function is thread safe.
db_lock_tableincludes/database.pgsql.incLock a table. This function automatically starts a transaction.
db_table_existsincludes/database.pgsql.incCheck if a table exists.
node_loadmodules/node/node.moduleLoad a node object from the database.

Functions called by db_escape_table()

Namesort iconLocationDescription
db_escape_tableincludes/database.incRestrict a dynamic table, column or constraint name to safe characters.
 
 

Drupal is a registered trademark of Dries Buytaert.