Differences From Artifact [63d46bca55]:
- File PGResultRow.h — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 283) [annotate] [blame] [check-ins using]
To Artifact [da0166d00f]:
- File PGResultRow.h — part of check-in [cf2fe18597] at 2012-10-05 21:19:22 on branch trunk — Add Xcode project. (user: js, size: 274) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + - + - + | #include <libpq-fe.h> #import <ObjFW/ObjFW.h> #import "PGResult.h" @interface PGResultRow: OFDictionary { PGResult *result; PGresult *res; |