aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-02-28 01:47:25 +0000
committerrowanbeentje <rowan@beent.je>2009-02-28 01:47:25 +0000
commit2ca51225df3ee5badc4029761db3f32a68bfb140 (patch)
tree6155624574fdd05cd4d1fea96c07bf110936a4f6 /Source/CMMCPConnection.h
parent3e07d763113142a857dc8f1243571a1ae2360c58 (diff)
downloadsequelpro-2ca51225df3ee5badc4029761db3f32a68bfb140.tar.gz
sequelpro-2ca51225df3ee5badc4029761db3f32a68bfb140.tar.bz2
sequelpro-2ca51225df3ee5badc4029761db3f32a68bfb140.zip
Applies connection checks and keepalive logic to select database/refresh databases queries. This fixes Issue #176.
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index a9b2554e..f07c9786 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -63,7 +63,9 @@
- (BOOL) reconnect;
- (IBAction) closeSheet:(id)sender;
- (void) setParentWindow:(NSWindow *)theWindow;
+- (BOOL) selectDB:(NSString *) dbName;
- (CMMCPResult *) queryString:(NSString *) query;
+- (MCPResult *) listDBsLike:(NSString *) dbsName;
- (BOOL) checkConnection;
- (void) setDelegate:(id)object;
- (NSTimeZone *) timeZone;