Differences From Artifact [a215486c79]:
- File PGConnection.h — part of check-in [7b335b3af8] at 2012-10-06 21:02:02 on branch trunk — Add -[insertRows:intoTable:]. (user: js, size: 641) [annotate] [blame] [check-ins using]
To Artifact [3dc7c98fac]:
- File PGConnection.h — part of check-in [53f46b10cd] at 2012-10-08 18:52:33 on branch trunk — Enforce queries to be constant. (user: js, size: 657) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - - + + | @property (copy) OFDictionary *parameters; #endif - (void)setParameters: (OFDictionary*)parameters; - (OFDictionary*)parameters; - (void)connect; - (void)reset; |