diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-07 11:41:12 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-07 11:41:12 +0000 |
commit | 7ce154492f0e307644b66a3d2410a255345d86db (patch) | |
tree | fc8369342465b1d6527edabe49fddb6af2acf734 /Source/CMCopyTable.h | |
parent | ab4d3557db6d823275b688ccb7210830f029fd5c (diff) | |
download | sequelpro-7ce154492f0e307644b66a3d2410a255345d86db.tar.gz sequelpro-7ce154492f0e307644b66a3d2410a255345d86db.tar.bz2 sequelpro-7ce154492f0e307644b66a3d2410a255345d86db.zip |
• improved "Copy as SQL INSERT" (still hidden - can be tested if the menu item is set to 'not hidden' in the MainMenu)
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r-- | Source/CMCopyTable.h | 7 |
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 |