aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-08-15 10:47:43 +0000
committerstuconnolly <stuart02@gmail.com>2012-08-15 10:47:43 +0000
commit097676f7aaf6a95229fe5c57715e19716af57221 (patch)
tree707b647e339b84b62c9f264f0b2b0caa8c0b548c /Source/SPTableContent.h
parenta3ccba044ae0f73c4d79ce4ad8c8dd9374a1ad62 (diff)
downloadsequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.gz
sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.bz2
sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.zip
Move table content filter logic to it's own file.
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 013897f9..c9fa1d7c 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -299,11 +299,7 @@
- (NSString *)escapeFilterArgument:(NSString *)argument againstClause:(NSString *)clause;
- (void)openContentFilterManager;
-- (void)makeContentFilterHaveFocus;
- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
-- (void)updateFilterTableClause:(id)currentValue;
-- (NSString*)escapeFilterTableDefaultOperator:(NSString*)anOperator;
-
@end