aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-07-19 22:26:22 +0000
committerrowanbeentje <rowan@beent.je>2010-07-19 22:26:22 +0000
commita5f4c3274ac06be78f78200ae486037e9b1a8910 (patch)
tree06e136ae385e81e8ce7afd1a73012ce96f82c4cd /Source/SPDataImport.h
parentfe499cde3cee2acf911273b7889a60160150c158 (diff)
downloadsequelpro-a5f4c3274ac06be78f78200ae486037e9b1a8910.tar.gz
sequelpro-a5f4c3274ac06be78f78200ae486037e9b1a8910.tar.bz2
sequelpro-a5f4c3274ac06be78f78200ae486037e9b1a8910.zip
- Clean up SPDataImport, removing unused methods and cleaning up order and methods
- Improve error handling when the connecting dies during import (previous the sheet would stay open) - Fix localised strings for error messages (label and text the wrong way round) - Improve comments
Diffstat (limited to 'Source/SPDataImport.h')
-rw-r--r--Source/SPDataImport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPDataImport.h b/Source/SPDataImport.h
index c52ceae5..14dcdedd 100644
--- a/Source/SPDataImport.h
+++ b/Source/SPDataImport.h
@@ -105,7 +105,6 @@
// IBAction methods
- (IBAction)closeSheet:(id)sender;
- (IBAction)cancelProgressBar:(id)sender;
-- (IBAction)updateExportCompressionSetting:(id)sender;
// Import methods
- (void)importFile;
@@ -114,7 +113,6 @@
- (void)startSQLImportProcessWithFile:(NSString *)filename;
- (void)importCSVFile:(NSString *)filename;
- (IBAction)changeFormat:(id)sender;
-- (void)openPanelDidEnd:(id)sheet returnCode:(NSInteger)returnCode contextInfo:(NSString *)contextInfo;
- (BOOL)buildFieldMappingArrayWithData:(NSArray *)importData isPreview:(BOOL)dataIsPreviewData ofSoureFile:(NSString*)filename;
- (NSString *)mappedValueStringForRowArray:(NSArray *)csvRowArray;
- (NSString *)mappedUpdateSetStatementStringForRowArray:(NSArray *)csvRowArray;