diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-29 20:27:52 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-29 20:27:52 +0000 |
commit | 574b1bb846f58edb5ada13ea404baea265851ec7 (patch) | |
tree | b76ad19b0313d2f63e48586ba78c079514c52606 /Source/TableDump.h | |
parent | 68aea9586d78d2d62ce539629f6ec1d4858233de (diff) | |
download | sequelpro-574b1bb846f58edb5ada13ea404baea265851ec7.tar.gz sequelpro-574b1bb846f58edb5ada13ea404baea265851ec7.tar.bz2 sequelpro-574b1bb846f58edb5ada13ea404baea265851ec7.zip |
Improve the export process:
- Exports are now threaded, allowing use of other windows during the export, and can be cancelled (which deletes the partially written export file) including use of the new query cancellation support.
- Correct the text of XML exports and improve progress feedback for XML exports.
- Fix .dot export of tables including foreign keys to use the new foreign key formats.
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index a9831c41..d0f4d336 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -118,6 +118,7 @@ - (void)export; - (void)exportFile:(int)tag; - (void)savePanelDidEnd:(NSSavePanel *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; +- (void)exportBackgroundProcess:(NSDictionary *)exportAction; // Import methods - (void)importFile; |