aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 0be5dc0d..6c33a375 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -88,6 +88,9 @@
int helpTarget;
WebHistory *helpHistory;
NSString *helpHTMLTemplate;
+
+ NSMutableArray *fullResult;
+ NSArray *columnDefinition;
}
@@ -123,6 +126,7 @@
// Accessors
- (NSArray *)currentResult;
+- (NSArray *)fetchResultAsArray:(CMMCPResult *)theResult;
// MySQL Help
- (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)aString;