From c47c587237171476a97e981ca6db1058edfc5c60 Mon Sep 17 00:00:00 2001 From: bamse16 Date: Sun, 22 Mar 2009 11:31:01 +0000 Subject: Issue #201 Duplicating a row resets values of text/blob fields in the new row --- Source/SPTableData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTableData.h') diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 0a3a8883..099b1e22 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -42,6 +42,7 @@ - (NSDictionary *) columnWithName:(NSString *)colName; - (NSArray *) columnNames; - (NSDictionary *) columnAtIndex:(int)index; +- (BOOL) columnIsBlobOrText:(NSString *)colName; - (NSString *) statusValueForKey:(NSString *)aKey; - (NSDictionary *) statusValues; - (void) resetAllData; -- cgit v1.2.3