aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 6fd86c56..574f9c18 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -64,6 +64,7 @@ enum sp_table_types
IBOutlet id tableRenameField;
IBOutlet id tableRenameText;
IBOutlet id renameTableButton;
+ IBOutlet id truncateTableButton;
IBOutlet NSMenuItem *removeTableMenuItem;
IBOutlet NSMenuItem *duplicateTableMenuItem;
@@ -85,12 +86,14 @@ enum sp_table_types
- (IBAction)removeTable:(id)sender;
- (IBAction)copyTable:(id)sender;
- (IBAction)renameTable:(id)sender;
+- (IBAction)truncateTable:(id)sender;
// copyTableSheet methods
- (IBAction)closeCopyTableSheet:(id)sender;
// Additional methods
- (void)removeTable;
+- (void)truncateTable;
- (void)setConnection:(CMMCPConnection *)theConnection;
- (void)doPerformQueryService:(NSString *)query;