Differences From Artifact [ba8da0f686]:
- File PGConnection.h — part of check-in [455ca009cd] at 2012-10-30 17:51:16 on branch trunk — Make use of OF_SENTINEL. (user: js, size: 669) [annotate] [blame] [check-ins using]
To Artifact [fdaa72966b]:
- File PGConnection.h — part of check-in [8c8a431322] at 2013-02-13 23:40:59 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 678) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - - + + | #include <libpq-fe.h> #import <ObjFW/ObjFW.h> #import "PGResult.h" @interface PGConnection: OFObject { |
︙ |