From 11e10321f97577204b74f84b528029490e64ef47 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 18 Jul 2009 16:02:04 +0000 Subject: Add the ability to navigate between tables via foreign key relationships, addressing the first part of #209: - For the first column linked by each foreign key, display a link arrow within the table cell - When clicking on the link arrow, select the reference table and set the table filters to select the clicked value - Also uses the table cell subclass to allow the entire cell to be editable, not just the contained text (addresses #250) --- Source/TablesList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TablesList.h') diff --git a/Source/TablesList.h b/Source/TablesList.h index 965f00be..5b6214ea 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -123,5 +123,6 @@ enum sp_table_types // Setters - (void)setContentRequiresReload:(BOOL)reload; - (void)setStatusRequiresReload:(BOOL)reload; +- (BOOL)selectTableOrViewWithName:(NSString *)theName; @end -- cgit v1.2.3