7 calls to backup_migrate_source_db_mysql::query() in Backup and Migrate 8.3
- backup_migrate_source_db_mysql::_dump_table_data_sql_to_file in includes/
sources.db.mysql.inc - Get the sql to insert the data for a given table
- backup_migrate_source_db_mysql::_get_tables in includes/
sources.db.mysql.inc - Get a list of tables in the db.
- backup_migrate_source_db_mysql::_get_table_structure_sql in includes/
sources.db.mysql.inc - Get the sql for the structure of the given table.
- backup_migrate_source_db_mysql::_get_views in includes/
sources.db.mysql.inc - Get a list of views in the db.
- backup_migrate_source_db_mysql::_get_view_create_sql in includes/
sources.db.mysql.inc - Get the sql for the structure of the given view.
- backup_migrate_source_db_mysql::_lock_tables in includes/
sources.db.mysql.inc - Lock the list of given tables in the database.
- backup_migrate_source_db_mysql::_unlock_tables in includes/
sources.db.mysql.inc - Unlock all tables in the database.