aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorbamse16 <marius@marius.me.uk>2009-05-05 12:24:43 +0000
committerbamse16 <marius@marius.me.uk>2009-05-05 12:24:43 +0000
commit2a4bbd2e425fbbf0ffd20a9c36921778b92963ae (patch)
tree2e3030c66bc4171066a37b0516eda38a1ec8a947 /Source/TableDocument.h
parent4be832e7173836d78c91a8724c9dbfa14bd4b09f (diff)
downloadsequelpro-2a4bbd2e425fbbf0ffd20a9c36921778b92963ae.tar.gz
sequelpro-2a4bbd2e425fbbf0ffd20a9c36921778b92963ae.tar.bz2
sequelpro-2a4bbd2e425fbbf0ffd20a9c36921778b92963ae.zip
Issue 233: Option to copy field headings from result panels
Also replaced some NSLog with DLog/ALog
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 94e95047..17440f68 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -150,6 +150,8 @@
//table methods
- (IBAction)showCreateTableSyntax:(id)sender;
- (IBAction)copyCreateTableSyntax:(id)sender;
+- (IBAction)copyColumnNames:(id)sender;
+- (NSArray *)columnNames;
- (IBAction)checkTable:(id)sender;
- (IBAction)analyzeTable:(id)sender;
- (IBAction)optimizeTable:(id)sender;