You are here

11 calls to db_escape_table() in Drupal 6

db_column_exists in includes/database.mysqli.inc
Check if a column exists in the given table.
db_column_exists in includes/database.mysql.inc
Check if a column exists in the given table.
db_column_exists in includes/database.pgsql.inc
Check if a column exists in the given table.
db_last_insert_id in includes/database.pgsql.inc
Returns the last insert id. This function is thread safe.
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.