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_existsdrupal/includes/database/database.incCheck if a column exists in the given table.
db_last_insert_iddrupal/includes/database/database.incReturns the last insert id.
db_table_existsdrupal/includes/database/database.incCheck if a table exists.
file_loaddrupal/includes/file.incLoad a file object from the database.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.