aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-03 10:53:26 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-03 10:53:26 +0000
commitca60d2e7bdec4763489e79ff4c457c32cd1f57db (patch)
tree85ba4e228f51ec6975833d3e2a8a7b0860f0df8e /Source/SPDataImport.h
parent4aaa7dda2d01afbebb9f7c2a6ba8537a3206858a (diff)
downloadsequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.tar.gz
sequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.tar.bz2
sequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.zip
• finished the first implementation of CSV Import into new table
note:What else is needed for such an import? table encoding settings? ... has to be discussed
Diffstat (limited to 'Source/SPDataImport.h')
-rw-r--r--Source/SPDataImport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDataImport.h b/Source/SPDataImport.h
index 9a9dedf5..97ba134f 100644
--- a/Source/SPDataImport.h
+++ b/Source/SPDataImport.h
@@ -94,6 +94,7 @@
BOOL csvImportMethodHasTail;
BOOL insertRemainingRowsAfterUpdate;
BOOL importMethodIsUpdate;
+ BOOL importIntoNewTable;
NSUInteger exportMode;
NSUserDefaults *prefs;