ObjPgSQL  Diff

Differences From Artifact [6e2d36c890]:

To Artifact [260fd28f22]:


16
17
18
19
20
21
22
23

24
25
16
17
18
19
20
21
22

23
24
25







-
+



- (void)setParameters: (OFDictionary*)parameters;
- (OFDictionary*)parameters;
- (void)connect;
- (void)reset;
- (PGResult*)executeCommand: (OFString*)command;
- (PGResult*)executeCommand: (OFString*)command
		 parameters: (OFArray*)parameters;
		 parameters: (id)firstParameter, ...;
- (PGconn*)PG_connection;
@end