mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
document database name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@36758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a26845f695
commit
68cf84f1d5
1 changed files with 2 additions and 1 deletions
|
@ -646,10 +646,11 @@ SQLCLIENT_PRIVATE
|
|||
* then 'User' may be used instead.<br />
|
||||
* Password ... is the name of the database user password, if it is
|
||||
* missing then 'Password' may be used instead.<br />
|
||||
* missing then 'Password' may be used instead.<br />
|
||||
* ServerType ... is the name of the backend server to be used ... by
|
||||
* convention the name of a bundle containing the interface to that backend.
|
||||
* If this is missing then 'Postgres' is used.<br />
|
||||
* The database name may be of the format 'name@host:port' when you wish to
|
||||
* connect to a database on a different host over the network.
|
||||
*/
|
||||
- (id) initWithConfiguration: (NSDictionary*)config
|
||||
name: (NSString*)reference;
|
||||
|
|
Loading…
Reference in a new issue