diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-13 19:06:14 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-13 19:06:14 +0000 |
commit | 610dd4e029815fa6736f84be977b9fa3f291f1cf (patch) | |
tree | 33ee7591b10240a2d9e3af28d9110efdd4796e04 /Source/SPTableContent.h | |
parent | 43fdb6dea8dc9fabe70db153b98fe3f4f87b7a5e (diff) | |
parent | 2acbdc592b04e98fe5cacfedfe4638ef71d644ff (diff) | |
download | sequelpro-610dd4e029815fa6736f84be977b9fa3f291f1cf.tar.gz sequelpro-610dd4e029815fa6736f84be977b9fa3f291f1cf.tar.bz2 sequelpro-610dd4e029815fa6736f84be977b9fa3f291f1cf.zip |
Bring outline view branch up to date with trunk (r3011:3016).
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 1dc4caf9..e3fd8a53 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -197,7 +197,7 @@ - (void)clickLinkArrowTask:(SPTextAndLinkCell *)theArrowCell; - (IBAction)setCompareTypes:(id)sender; - (void)processResultIntoDataStorage:(MCPStreamingResult *)theResult approximateRowCount:(NSUInteger)targetRowCount; -- (BOOL)addRowToDB; +- (BOOL)saveRowToTable; - (NSString *)argumentForRow:(NSInteger)row; - (NSString *)argumentForRow:(NSInteger)row excludingLimits:(BOOL)excludeLimits; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; |