aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-05 21:14:15 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-05 21:14:15 +0000
commited4617c7fc292ac15a3cb340b2247d58793d3ca4 (patch)
treecc32cc3a93ed8a8001945d85d9242aa6a8d42682 /Source/CustomQuery.h
parent493fb09f6169864726be9909907fa1b84b3d0a21 (diff)
downloadsequelpro-ed4617c7fc292ac15a3cb340b2247d58793d3ca4.tar.gz
sequelpro-ed4617c7fc292ac15a3cb340b2247d58793d3ca4.tar.bz2
sequelpro-ed4617c7fc292ac15a3cb340b2247d58793d3ca4.zip
• open a SQL file via Finder or Terminal (open *.sql if SP is the default app for sql files) will insert the file content into the Custom Query editor of the current active doc
- this action starts SP and asks for a connection if it is not running - same for drag&drop a SQL file onto SP's dock icon
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index c88cc879..c5cb2a30 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -151,6 +151,7 @@
- (void)setConnection:(MCPConnection *)theConnection;
- (void)setFavorites;
- (void)doPerformQueryService:(NSString *)query;
+- (void)doPerformLoadQueryService:(NSString *)query;
- (void)selectCurrentQuery;
- (void)commentOut;
- (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection;