diff options
author | bamse16 <marius@marius.me.uk> | 2009-05-05 12:24:43 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-05-05 12:24:43 +0000 |
commit | 2a4bbd2e425fbbf0ffd20a9c36921778b92963ae (patch) | |
tree | 2e3030c66bc4171066a37b0516eda38a1ec8a947 /Source/TableDocument.h | |
parent | 4be832e7173836d78c91a8724c9dbfa14bd4b09f (diff) | |
download | sequelpro-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.h | 2 |
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; |