aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.h
diff options
context:
space:
mode:
authorbamse16 <marius@marius.me.uk>2009-03-22 11:31:01 +0000
committerbamse16 <marius@marius.me.uk>2009-03-22 11:31:01 +0000
commitc47c587237171476a97e981ca6db1058edfc5c60 (patch)
treea3fe858dc636d10efd039e12931303d8b1aabe7d /Source/SPTableData.h
parent06fc18fcd75a693d82243e7e81510fa5b05b450f (diff)
downloadsequelpro-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.h1
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;