Artifact 63d46bca550b2b7b9f24a8fcdeca391327fc3a04239c8e01061a5ec1ed9e27be:
- 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]
#include <libpq-fe.h> #import <ObjFW/ObjFW.h> #import "PGResult.h" @interface PGResultRow: OFDictionary { PGResult *result; PGresult *res; size_t row; } + rowWithResult: (PGResult*)result row: (size_t)row; - initWithResult: (PGResult*)result row: (size_t)row; @end