aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExporter.h')
-rw-r--r--Source/SPExporter.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/SPExporter.h b/Source/SPExporter.h
index 4b5fc7e3..1ddb9a69 100644
--- a/Source/SPExporter.h
+++ b/Source/SPExporter.h
@@ -53,11 +53,12 @@
* explicity called.
*/
-@class SPMySQLConnection, SPExportFile;
+@class SPMySQLConnection, SPExportFile, SPServerSupport;
@interface SPExporter : NSOperation
{
SPMySQLConnection *connection;
+ SPServerSupport *serverSupport;
double exportProgressValue;
double exportMaxProgress;
@@ -81,6 +82,11 @@
@property(readwrite, retain) SPMySQLConnection *connection;
/**
+ * @property serverSupport Information about the features supported by this mysql version
+ */
+@property(readwrite, retain) SPServerSupport *serverSupport;
+
+/**
* @property exportProgressValue The export's current progress value
*/
@property(readwrite, assign) double exportProgressValue;