ObjPgSQL  Diff

Differences From Artifact [6557d3c745]:

To Artifact [a09ffbf71b]:


37
38
39
40
41
42
43
44
45
46
47
48
49
37
38
39
40
41
42
43



44
45
46







-
-
-




- (void)connect;
- (void)reset;
- (void)close;
- (nullable PGResult *)executeCommand: (OFConstantString *)command;
- (nullable PGResult *)executeCommand: (OFConstantString *)command
			   parameters: (id)firstParameter, ... OF_SENTINEL;
- (void)insertRow: (PGRow)row intoTable: (OFString *)table;
- (void)insertRows: (OFArray OF_GENERIC(PGRow) *)rows
	 intoTable: (OFString *)table;
@end

OF_ASSUME_NONNULL_END