From 0dbc2fe46d3f496b2e6e7be784352767572b6df1 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 26 Sep 2009 11:44:19 +0000 Subject: =?UTF-8?q?=E2=80=A2=20if=20the=20user=20chose=20to=20open=20a=20S?= =?UTF-8?q?QL=20file=20which=20is=20larger=20than=201MB=20SP=20asks=20for?= =?UTF-8?q?=20confirmation,=20furthermore=20if=20a=20connection=20is=20ava?= =?UTF-8?q?ilable=20the=20user=20can=20choose=20'Import'=20instead=20of=20?= =?UTF-8?q?loading=20it=20into=20the=20Query=20Editor=20for=20cases=20that?= =?UTF-8?q?=20an=20user=20invoked=20'Open=E2=80=A6'=20accidentally=20inste?= =?UTF-8?q?ad=20of=20'Import=E2=80=A6'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDump.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/TableDump.h') diff --git a/Source/TableDump.h b/Source/TableDump.h index de659fa2..dd9ffd6c 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -119,8 +119,9 @@ // Import methods - (void)importFile; -- (void) importSQLFile:(NSString *)filename; -- (void) importCSVFile:(NSString *)filename; +- (void)importSQLFile:(NSString *)filename; +- (void)startSQLImportProcessWithFile:(NSString *)filename; +- (void)importCSVFile:(NSString *)filename; - (IBAction)changeFormat:(id)sender; - (IBAction)changeTable:(id)sender; - (void)openPanelDidEnd:(NSOpenPanel *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; -- cgit v1.2.3