aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPKit.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-08-17 00:10:02 +0000
committerrowanbeentje <rowan@beent.je>2009-08-17 00:10:02 +0000
commit7f66ab71ca1cdd2bea637cc546837c28fbdd78ab (patch)
tree74c7800b799413aa4229a58734879a75fd807496 /Frameworks/MCPKit/MCPFoundationKit/MCPKit.h
parentb48d3efeb093dd0075fc7201de779048626ca4b3 (diff)
downloadsequelpro-7f66ab71ca1cdd2bea637cc546837c28fbdd78ab.tar.gz
sequelpro-7f66ab71ca1cdd2bea637cc546837c28fbdd78ab.tar.bz2
sequelpro-7f66ab71ca1cdd2bea637cc546837c28fbdd78ab.zip
Rework SQL export:
- Added an MCPStreamingResult class to MCPKit, to allow streaming results from the server including fast array access of each row - Tweak SQL export to use the streaming result class and to keep memory usage lower End result is generally faster exports, more accurate progress bars, and much much lower (and consistent) memory usage.
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPKit.h')
-rw-r--r--Frameworks/MCPKit/MCPFoundationKit/MCPKit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPKit.h b/Frameworks/MCPKit/MCPFoundationKit/MCPKit.h
index 549e4144..11d2c72e 100644
--- a/Frameworks/MCPKit/MCPFoundationKit/MCPKit.h
+++ b/Frameworks/MCPKit/MCPFoundationKit/MCPKit.h
@@ -31,6 +31,7 @@
#import <MCPKit/MCPConstants.h>
#import <MCPKit/MCPNull.h>
#import <MCPKit/MCPResult.h>
+#import <MCPKit/MCPStreamingResult.h>
#import <MCPKit/MCPConnection.h>
#import <MCPKit/MCPNumber.h>
#import <MCPKit/MCPResultPlus.h>