diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-24 11:36:57 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-24 11:36:57 +0000 |
commit | 4004ca9491c5a4b49b97440aa36f6f1070488b0e (patch) | |
tree | cad20d313f0aac9e8e7153a28fb459c87b1bdb4b /Frameworks/PostgresKit/Source/FLXPostgresResult.h | |
parent | 9fdd0153492ebdae259e0514d9028d3b6f261b81 (diff) | |
download | sequelpro-4004ca9491c5a4b49b97440aa36f6f1070488b0e.tar.gz sequelpro-4004ca9491c5a4b49b97440aa36f6f1070488b0e.tar.bz2 sequelpro-4004ca9491c5a4b49b97440aa36f6f1070488b0e.zip |
Implement fast enumeration for PostgresKit's result class. Based on SPMySQL's implementation by Rowan.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresResult.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresResult.h b/Frameworks/PostgresKit/Source/FLXPostgresResult.h index 168f8f15..6f10c3e5 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresResult.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresResult.h @@ -30,7 +30,7 @@ typedef enum } FLXPostgresResultRowType; -@interface FLXPostgresResult : NSObject +@interface FLXPostgresResult : NSObject <NSFastEnumeration> { void *_result; void **_typeHandlers; |