Query\Drivers\Firebird\Util::backup_data
Create an SQL backup file for the current database's data
Signature
public function backup_data([array
$exclude = ,
[boolean
$system_tables = FALSE]] )
Parameters
$exclude
— array$system_tables
— boolean
Returns
- string
Parent Implementation
Test Coverage
Information
- Coverage: 29/31 Lines (93.548387096774%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — FirebirdTest::testBackupData