aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-28 17:26:48 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-28 17:26:48 +0000
commit0672e261a6f66e3d8f6a188a476518c40f411b09 (patch)
tree1f0602de2350ca5a3c6d4ff61f0530dfd46a3e64 /Source/SPTableContent.h
parent8516506a682a8218727fcab92266b5ce0177dcd3 (diff)
downloadsequelpro-0672e261a6f66e3d8f6a188a476518c40f411b09.tar.gz
sequelpro-0672e261a6f66e3d8f6a188a476518c40f411b09.tar.bz2
sequelpro-0672e261a6f66e3d8f6a188a476518c40f411b09.zip
• enabled Filter Table approach (Content View > ⌘F) for testing
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index e6d41ca9..8e5b7af7 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -104,6 +104,7 @@
BOOL filterTableDistinct;
NSString *filterTableDefaultOperator;
NSString *lastEditedFilterTableValue;
+ NSInteger activeFilter; // 0 = default filter; 1 = filter table
BOOL sortColumnToRestoreIsAsc;
BOOL tableRowsSelectable;
@@ -216,6 +217,6 @@
- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
-- (void)updateFilterTableClause:(NSString*)currentValue;
+- (void)updateFilterTableClause:(id)currentValue;
@end