aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSQLExporter.h')
-rw-r--r--Source/SPSQLExporter.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h
index 6b4702ce..735056aa 100644
--- a/Source/SPSQLExporter.h
+++ b/Source/SPSQLExporter.h
@@ -88,7 +88,12 @@
* Compress output
*/
BOOL sqlOutputCompressFile;
-
+
+ /**
+ * Number of tables processed by exporter
+ */
+ NSUInteger sqlCurrentTableExportIndex;
+
/**
* Table information
*/
@@ -111,7 +116,9 @@
@property(readwrite, assign) BOOL sqlOutputIncludeErrors;
@property(readwrite, assign) BOOL sqlOutputCompressFile;
-@property (readwrite, retain) NSDictionary *sqlTableInformation;
+@property(readwrite, assign) NSUInteger sqlCurrentTableExportIndex;
+
+@property(readwrite, retain) NSDictionary *sqlTableInformation;
/**
* Initialise an instance of SPSQLExporter using the supplied delegate.