You are here

7 calls to db_escape_table() in Drupal 5

db_lock_table in includes/database.mysqli.inc
Lock a table.
db_lock_table in includes/database.mysql.inc
Lock a table.
db_lock_table in includes/database.pgsql.inc
Lock a table. This function automatically starts a transaction.
db_table_exists in includes/database.mysqli.inc
Check if a table exists.
db_table_exists in includes/database.mysql.inc
Check if a table exists.
db_table_exists in includes/database.pgsql.inc
Check if a table exists.
node_load in modules/node/node.module
Load a node object from the database.