diff options
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 02179852..7ed99edd 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -51,6 +51,7 @@ - (NSArray *) getConstraints; - (BOOL) columnIsBlobOrText:(NSString *)colName; - (NSString *) statusValueForKey:(NSString *)aKey; +- (void)setStatusValue:(NSString *)value forKey:(NSString *)key; - (NSDictionary *) statusValues; - (void) resetAllData; - (void) resetStatusData; |