From 7de1a9a8517c2004e6a97543fbb1462d9c32f4d1 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 26 Aug 2009 00:46:24 +0000 Subject: Alter CustomQuery to use StreamingResult to download and process result sets: - Significantly improve memory usage - Minor speedup (1.1x faster?) to overall query/display times - Improvements to MCPStreamingResult and MCPConnection to accurately report affected row count --- Source/CustomQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 33596fc1..2987efed 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -137,7 +137,7 @@ // Accessors - (NSArray *)currentResult; -- (NSArray *)fetchResultAsArray:(MCPResult *)theResult; +- (void)processResultIntoDataStorage:(MCPStreamingResult *)theResult; // MySQL Help - (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)aString; -- cgit v1.2.3