diff options
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 6c33a375..03e42361 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -90,7 +90,9 @@ NSString *helpHTMLTemplate; NSMutableArray *fullResult; - NSArray *columnDefinition; + NSArray *cqColumnDefinition; + NSString *lastExecutedQuery; + BOOL tempAlertWasShown; // a temp value for nightly builts } @@ -143,6 +145,7 @@ - (void)doPerformQueryService:(NSString *)query; - (void)selectCurrentQuery; - (NSString *)usedQuery; +- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn; @end |