aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMCopyTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r--Source/CMCopyTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h
index f31e3575..0676267d 100644
--- a/Source/CMCopyTable.h
+++ b/Source/CMCopyTable.h
@@ -36,6 +36,7 @@
{
NSArray* columnDefinitions;
+ NSString* selectedTable;
}
@@ -91,7 +92,7 @@
- (NSString *)selectedRowsAsSqlInserts;
-- (void)setColumnDefinitions:(NSArray *)columnDefs;
+- (void)setTableInfoWithColumns:(NSArray *)columnDefs withTable:(NSString *)aTable;
@end