6970717273747576777879
super.preRestoreTable(tableName, restoreRule); } } catch (SQLException e) { throw new BackupException(ExceptionManagementHelper.getFullSQLExceptionMessage(e), e); } finally { try {
1053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
BackupTables.backup(storageDir, dbSourceName, scripts); } catch (IOException e) { throw new BackupException(e); } finally { if (backupInfo != null) { try { backupInfo.close(); } catch (IOException e) { throw new BackupException(e); } } } }