File PGResultRow.h artifact 63d46bca55 part of check-in 9b7427552b
#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