@@ -4,15 +4,15 @@ #import "PGResult.h" @interface PGResultRow: OFDictionary { - PGResult *result; - PGresult *res; - int row; + PGResult *_result; + PGresult *_res; + int _row; } + rowWithResult: (PGResult*)result row: (int)row; - initWithResult: (PGResult*)result row: (int)row; @end