6 calls to MySQLiSource::query() in Backup and Migrate 8.4
- MySQLiSource::_dumpTableSQLToFile in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Get the sql to insert the data for a given table.
- MySQLiSource::_fetchAssoc in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Return the first result of the query as an associated array.
- MySQLiSource::_getTableCreateSQL in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Get the sql for the structure of the given table.
- MySQLiSource::_getTables in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Get a list of tables in the db.
- MySQLiSource::_lockTables in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Lock the list of given tables in the database.
- MySQLiSource::_unlockTables in lib/
backup_migrate_core/ src/ Source/ MySQLiSource.php - Unlock all tables in the database.