diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-07 21:40:06 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-07 21:40:06 +0000 |
commit | da1616e9c31fd922fef7ed567a28dfdd788bcb0c (patch) | |
tree | b2f1fb8a59bbcb7422838feae04b9c5327446ee0 /Source/CMCopyTable.h | |
parent | 7ce154492f0e307644b66a3d2410a255345d86db (diff) | |
download | sequelpro-da1616e9c31fd922fef7ed567a28dfdd788bcb0c.tar.gz sequelpro-da1616e9c31fd922fef7ed567a28dfdd788bcb0c.tar.bz2 sequelpro-da1616e9c31fd922fef7ed567a28dfdd788bcb0c.zip |
• improved "Copy as SQL INSERT" (still hidden)
• disabled "Copy with Column Names" if Custom Query editor is active
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r-- | Source/CMCopyTable.h | 3 |
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 |