Nicer API.
-[executeCommand:parameters:] is now a variadic function instead of taking an array as argument. FossilOrigin-Name: d2fe40f16065b5ccf5ba135af1ec95f09ed2f8ee96e661a7a7d085da833e972e
This commit is contained in:
parent
f232e248cb
commit
6e1eda2f24
3 changed files with 18 additions and 10 deletions
|
@ -20,6 +20,6 @@
|
|||
- (void)reset;
|
||||
- (PGResult*)executeCommand: (OFString*)command;
|
||||
- (PGResult*)executeCommand: (OFString*)command
|
||||
parameters: (OFArray*)parameters;
|
||||
parameters: (id)firstParameter, ...;
|
||||
- (PGconn*)PG_connection;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue