diff options
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 4816b4a3..8272cd62 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -100,6 +100,8 @@ NSToolbarItem *chooseDatabaseToolbarItem; WebView *printWebView; + + NSMutableArray *allDatabases; } - (NSString *)getHTMLforPrint; @@ -117,6 +119,7 @@ - (IBAction)removeDatabase:(id)sender; - (IBAction)showMySQLHelp:(id)sender; - (IBAction)saveServerVariables:(id)sender; +- (NSArray *)allDatabaseNames; //encoding methods - (void)setConnectionEncoding:(NSString *)mysqlEncoding reloadingViews:(BOOL)reloadViews; |