You are here

6 calls to backup_migrate_destination_db_mysql::query() in Backup and Migrate 8.2

backup_migrate_destination_db_mysql::_dump_table_data_sql_to_file in includes/destinations.db.mysql.inc
Get the sql to insert the data for a given table
backup_migrate_destination_db_mysql::_get_db_connection in includes/destinations.db.mysql.inc
Get the db connection for the specified db.
backup_migrate_destination_db_mysql::_get_tables in includes/destinations.db.mysql.inc
Get a list of tables in the db.
backup_migrate_destination_db_mysql::_get_table_structure_sql in includes/destinations.db.mysql.inc
Get the sql for the structure of the given table.
backup_migrate_destination_db_mysql::_lock_tables in includes/destinations.db.mysql.inc
Lock the list of given tables in the database.
backup_migrate_destination_db_mysql::_unlock_tables in includes/destinations.db.mysql.inc
Unlock all tables in the database.