diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-11 22:47:42 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-11 22:47:42 +0000 |
commit | e83978c06efee794faa0603c6e6653fd1647b26a (patch) | |
tree | 95314beabcdc0dceb8840d9ac524450fd15a5adb /Source/SPArrayAdditions.h | |
parent | c7b35d8ce013ad4cfd02c7ab250f5864b49980bd (diff) | |
download | sequelpro-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.h | 1 |
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 |