diff options
author | bamse16 <marius@marius.me.uk> | 2009-03-22 11:31:01 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-03-22 11:31:01 +0000 |
commit | c47c587237171476a97e981ca6db1058edfc5c60 (patch) | |
tree | a3fe858dc636d10efd039e12931303d8b1aabe7d /Source/SPTableData.h | |
parent | 06fc18fcd75a693d82243e7e81510fa5b05b450f (diff) | |
download | sequelpro-c47c587237171476a97e981ca6db1058edfc5c60.tar.gz sequelpro-c47c587237171476a97e981ca6db1058edfc5c60.tar.bz2 sequelpro-c47c587237171476a97e981ca6db1058edfc5c60.zip |
Issue #201 Duplicating a row resets values of text/blob fields in the new row
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 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; |