aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPArrayAdditions.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-11 22:47:42 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-11 22:47:42 +0000
commite83978c06efee794faa0603c6e6653fd1647b26a (patch)
tree95314beabcdc0dceb8840d9ac524450fd15a5adb /Source/SPArrayAdditions.h
parentc7b35d8ce013ad4cfd02c7ab250f5864b49980bd (diff)
downloadsequelpro-e83978c06efee794faa0603c6e6653fd1647b26a.tar.gz
sequelpro-e83978c06efee794faa0603c6e6653fd1647b26a.tar.bz2
sequelpro-e83978c06efee794faa0603c6e6653fd1647b26a.zip
• some sequelpro://...@passToDoc/ExecuteQuery/csv improvements
Diffstat (limited to 'Source/SPArrayAdditions.h')
-rw-r--r--Source/SPArrayAdditions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPArrayAdditions.h b/Source/SPArrayAdditions.h
index 89ea53e4..206f15f8 100644
--- a/Source/SPArrayAdditions.h
+++ b/Source/SPArrayAdditions.h
@@ -44,6 +44,7 @@ static inline void NSMutableArrayReplaceObject(NSArray *self, CFIndex idx, id an
- (NSString *)componentsJoinedBySpacesAndQuoted;
- (NSString *)componentsJoinedByPeriodAndBacktickQuoted;
- (NSString *)componentsJoinedByPeriodAndBacktickQuotedAndIgnoreFirst;
+- (NSString *)componentsJoinedAsCSV;
- (NSArray *)subarrayWithIndexes:(NSIndexSet *)indexes;
@end