Artifact da0166d00f931f507eb55683f8f9426f697109bcbff6eb31b1ac1a86ce42667b:
- File PGResultRow.h — part of check-in [cf2fe18597] at 2012-10-05 21:19:22 on branch trunk — Add Xcode project. (user: js, size: 274) [annotate] [blame] [check-ins using]
#include <libpq-fe.h> #import <ObjFW/ObjFW.h> #import "PGResult.h" @interface PGResultRow: OFDictionary { PGResult *result; PGresult *res; int row; } + rowWithResult: (PGResult*)result row: (int)row; - initWithResult: (PGResult*)result row: (int)row; @end