diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-06 21:10:20 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-06 21:10:20 +0000 |
commit | d3d7ed84f9c56d83d4a92f6f1c40d1280502adad (patch) | |
tree | d4873f535caca1fec0c1af5f7491f78b5320ef33 /Source/SPExportController.h | |
parent | b5fa14109a046aee489d93e39897a30579df22f4 (diff) | |
download | sequelpro-d3d7ed84f9c56d83d4a92f6f1c40d1280502adad.tar.gz sequelpro-d3d7ed84f9c56d83d4a92f6f1c40d1280502adad.tar.bz2 sequelpro-d3d7ed84f9c56d83d4a92f6f1c40d1280502adad.zip |
- Make the query info/error display collapsible.
- Add a 'gear menu' with the option to export the current result set as either CSV or XML.
(Note, that the collapsiable view currently suffers from the same BWToolKit issue as the table information pane).
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index f1737595..83b21525 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -238,7 +238,7 @@ @property(readwrite, assign) MCPConnection *connection; - (void)export; -- (void)exportTables:(NSArray *)table asFormat:(SPExportType)format; +- (void)exportTables:(NSArray *)table asFormat:(SPExportType)format usingSource:(SPExportSource)source; - (void)openExportErrorsSheetWithString:(NSString *)errors; - (void)displayExportFinishedGrowlNotification; - (NSString *)expandCustomFilenameFormatFromString:(NSString *)format usingTableName:(NSString *)table; @@ -253,6 +253,7 @@ - (IBAction)selectDeselectAllTables:(id)sender; - (IBAction)toggleCustomFilenameFormatView:(id)sender; - (IBAction)toggleAdvancedExportOptionsView:(id)sender; +- (IBAction)exportCustomQueryResultAsFormat:(id)sender; - (IBAction)toggleSQLIncludeStructure:(id)sender; - (IBAction)toggleSQLIncludeContent:(id)sender; |