@@ -20,6 +20,10 @@ - (void)reset; - (PGResult*)executeCommand: (OFString*)command; - (PGResult*)executeCommand: (OFString*)command parameters: (id)firstParameter, ...; - (PGconn*)PG_connection; +- (void)insertRow: (OFDictionary*)row + intoTable: (OFString*)table; +- (void)insertRows: (OFArray*)rows + intoTable: (OFString*)table; @end