aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'TableDocument.h')
-rw-r--r--TableDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TableDocument.h b/TableDocument.h
index b90628a7..cdcb7cdc 100644
--- a/TableDocument.h
+++ b/TableDocument.h
@@ -134,8 +134,8 @@
- (NSString *)mysqlEncodingFromDisplayEncoding:(NSString *)encodingName;
//table methods
-- (IBAction)createTableSyntax:(id)sender;
-- (IBAction)copyTableSyntax:(id)sender;
+- (IBAction)showCreateTableSyntax:(id)sender;
+- (IBAction)copyCreateTableSyntax:(id)sender;
- (IBAction)checkTable:(id)sender;
- (IBAction)analyzeTable:(id)sender;
- (IBAction)optimizeTable:(id)sender;