From 967136fd591a7f13185a0b353827bf8946883fc8 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 11 Jan 2010 17:48:49 +0000 Subject: =?UTF-8?q?=E2=80=A2=20further=20preparations=20to=20F5=20completi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: not yet active - only querying the data in background will be performed for testing --- Source/TableDocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/TableDocument.h') diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 60bb2bdd..bfc6ef39 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -147,6 +147,7 @@ WebView *printWebView; NSMutableArray *allDatabases; + NSMutableArray *allSystemDatabases; NSString *queryEditorInitString; @@ -180,6 +181,7 @@ - (IBAction)showServerProcesses:(id)sender; - (IBAction)openCurrentConnectionInNewWindow:(id)sender; - (NSArray *)allDatabaseNames; +- (NSArray *)allSystemDatabaseNames; // Task progress and notification methods - (void) startTaskWithDescription:(NSString *)description; -- cgit v1.2.3