aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r--Source/TableContent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h
index cc242aba..6fa157a1 100644
--- a/Source/TableContent.h
+++ b/Source/TableContent.h
@@ -58,7 +58,7 @@
CMMCPConnection *mySQLConnection;
id editData;
- NSString *selectedTable;
+ NSString *selectedTable, *usedQuery;
NSMutableArray *fullResult, *filteredResult, *keys;
NSMutableDictionary *oldRow;
NSString *compareType, *sortField;
@@ -75,6 +75,8 @@
- (IBAction)filterTable:(id)sender;
- (IBAction)showAll:(id)sender;
- (IBAction)toggleFilterField:(id)sender;
+- (NSString *)usedQuery;
+- (void)setUsedQuery:(NSString *)query;
//edit methods
- (IBAction)addRow:(id)sender;