aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
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;