aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-24 11:55:00 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-24 11:55:00 +0000
commitf1b7ccbcdd139a040adb8caae3366f998b2df75a (patch)
tree9edde6fe5060508c87ff1a300a37db83d962c8dc /Source/SPTableContent.h
parent0c5422bb4e45e5890ce647001758371307a445d0 (diff)
downloadsequelpro-f1b7ccbcdd139a040adb8caae3366f998b2df75a.tar.gz
sequelpro-f1b7ccbcdd139a040adb8caae3366f998b2df75a.tar.bz2
sequelpro-f1b7ccbcdd139a040adb8caae3366f998b2df75a.zip
• fixed minor issue for filterTable approach in Content
- prepared some stuff for table state history
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 597c695d..0b33146b 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -226,6 +226,8 @@
- (void) setFiltersToRestore:(NSDictionary *)filterSettings;
- (void) storeCurrentDetailsForRestoration;
- (void) clearDetailsToRestore;
+- (void) setFilterTableData:(NSData*)arcData;
+- (NSData*) filterTableData;
- (NSString *)escapeFilterArgument:(NSString *)argument againstClause:(NSString *)clause;
- (void)openContentFilterManager;