Artifact 91d3ffeec30eeebc75ba947acef0265468ef085c6ad4ca2f271aaa9c4621b895:
- File PGResult.h — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 212) [annotate] [blame] [check-ins using]
#include <libpq-fe.h> #import <ObjFW/ObjFW.h> @interface PGResult: OFArray { PGresult *result; } + PG_resultWithResult: (PGresult*)result; - PG_initWithResult: (PGresult*)result; - (PGresult*)PG_result; @end