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