diff options
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 2 |
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; |