From 12ad4fae862bc157cd133b42ed8f204bc273058a Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 10 Sep 2012 10:23:44 +0000 Subject: Tidy up data types. --- Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h index f2808d52..1b3146b8 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.h @@ -25,6 +25,11 @@ @interface FLXPostgresTypeHandler : NSObject { + NSUInteger _row; + NSUInteger _column; + + const PGresult *_result; + FLXPostgresConnection *_connection; } -- cgit v1.2.3