From 40e5f768c40608f6d661d32e6dec9fefe64608e2 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 23 Feb 2009 01:21:43 +0000 Subject: A patch to improve View support, addressing Issue #130. This patch undoes the damage caused by r333, making views viewable again, and extends support by preventing errors in the info pane, by drawing views with a different icon to easily differentiate them, by making all source/index information non-editable to match GUI to behaviour, and to tweak the interface slightly to match. --- Source/SPTableData.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Source/SPTableData.h') diff --git a/Source/SPTableData.h b/Source/SPTableData.h index fd069a6b..0a3a8883 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -47,8 +47,11 @@ - (void) resetAllData; - (void) resetStatusData; - (void) resetColumnData; -- (BOOL) updateInformationFromCreateTableForCurrentTable; -- (NSDictionary *) informationFromCreateTableSyntaxForTable:(NSString *)tableName; +- (BOOL) updateInformationForCurrentTable; +- (NSDictionary *) informationForTable:(NSString *)tableName; +- (BOOL) updateInformationForCurrentView; +- (NSDictionary *) informationForView:(NSString *)viewName; - (BOOL) updateStatusInformationForCurrentTable; +- (NSDictionary *) parseFieldDefinitionStringParts:(NSArray *)definitionParts; @end -- cgit v1.2.3