Differences From Artifact [b4a5cbfd43]:
- File PGResult.m — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 669) [annotate] [blame] [check-ins using]
To Artifact [8d3497daef]:
- File PGResult.m — part of check-in [cf2fe18597] at 2012-10-05 21:19:22 on branch trunk — Add Xcode project. (user: js, size: 674) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | - (id)objectAtIndex: (size_t)index { if (index > PQntuples(result)) @throw [OFOutOfRangeException exceptionWithClass: [self class]]; return [PGResultRow rowWithResult: self |