aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSQLExporter.h')
-rw-r--r--Source/SPSQLExporter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h
index 735056aa..12ed686e 100644
--- a/Source/SPSQLExporter.h
+++ b/Source/SPSQLExporter.h
@@ -28,6 +28,8 @@
#import "SPExporter.h"
#import "SPSQLExporterProtocol.h"
+@class SPTableData;
+
/**
* @class SPSQLExporter SPSQLExporter.m
*
@@ -95,9 +97,9 @@
NSUInteger sqlCurrentTableExportIndex;
/**
- * Table information
+ * Table information fetcher and parser
*/
- NSDictionary *sqlTableInformation;
+ SPTableData *sqlTableDataInstance;
}
@property(readwrite, assign) NSObject *delegate;
@@ -118,8 +120,6 @@
@property(readwrite, assign) NSUInteger sqlCurrentTableExportIndex;
-@property(readwrite, retain) NSDictionary *sqlTableInformation;
-
/**
* Initialise an instance of SPSQLExporter using the supplied delegate.
*