aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMCopyTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r--Source/CMCopyTable.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h
index e45e2f8c..f31e3575 100644
--- a/Source/CMCopyTable.h
+++ b/Source/CMCopyTable.h
@@ -35,6 +35,8 @@
@interface CMCopyTable : NSTableView
{
+ NSArray* columnDefinitions;
+
}
/*!
@@ -89,6 +91,9 @@
- (NSString *)selectedRowsAsSqlInserts;
+- (void)setColumnDefinitions:(NSArray *)columnDefs;
+
@end
-extern int MENU_EDIT_COPY_WITH_COLUMN; \ No newline at end of file
+extern int MENU_EDIT_COPY_WITH_COLUMN;
+extern int MENU_EDIT_COPY_AS_SQL; \ No newline at end of file