aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index c9510a33..4cf4e369 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -111,10 +111,14 @@
WebView *printWebView;
NSMutableArray *allDatabases;
+
+ NSString *queryEditorInitString;
}
- (NSString *)getHTMLforPrint;
+- (void)initQueryEditorWithString:(NSString *)query;
+
// Connection callback and methods
- (void) setConnection:(MCPConnection *)theConnection;
- (void)setShouldAutomaticallyConnect:(BOOL)shouldAutomaticallyConnect;
@@ -157,6 +161,7 @@
- (IBAction)closeSheet:(id)sender;
- (IBAction)closeErrorConnectionSheet:(id)sender;
- (void)doPerformQueryService:(NSString *)query;
+- (void)doPerformLoadQueryService:(NSString *)query;
- (void)flushPrivileges:(id)sender;
- (void)showVariables:(id)sender;
- (void)closeConnection;