ObjPgSQL  Artifact [91d3ffeec3]

Artifact 91d3ffeec30eeebc75ba947acef0265468ef085c6ad4ca2f271aaa9c4621b895:


#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