aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 618bd0d0..c88cc879 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -99,7 +99,9 @@
BOOL queryIsTableSorter;
BOOL isDesc;
NSNumber *sortField;
-
+
+ NSString *fieldIDQueryString;
+
}
// IBAction methods
@@ -153,7 +155,7 @@
- (void)commentOut;
- (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection;
- (NSString *)usedQuery;
-- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn;
+- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database;
@end