11 calls to db_escape_table()

db_column_exists in drupal-6.x/includes/database.pgsql.inc
Check if a column exists in the given table.
db_column_exists in drupal-6.x/includes/database.mysqli.inc
Check if a column exists in the given table.
db_column_exists in drupal-6.x/includes/database.mysql.inc
Check if a column exists in the given table.
db_last_insert_id in drupal-6.x/includes/database.pgsql.inc
Returns the last insert id. This function is thread safe.
db_lock_table in drupal-6.x/includes/database.pgsql.inc
Lock a table. This function automatically starts a transaction.
db_lock_table in drupal-6.x/includes/database.mysqli.inc
Lock a table.
db_lock_table in drupal-6.x/includes/database.mysql.inc
Lock a table.
db_table_exists in drupal-6.x/includes/database.pgsql.inc
Check if a table exists.
db_table_exists in drupal-6.x/includes/database.mysqli.inc
Check if a table exists.
db_table_exists in drupal-6.x/includes/database.mysql.inc
Check if a table exists.
node_load in drupal-6.x/modules/node/node.module
Load a node object from the database.