ObjPgSQL  Artifact [6294089c40]

Artifact 6294089c40650898218195dd0a28470067166de2212d466809edaf914bfd5736:


#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