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:
rfm 2013-06-26 11:59:36 +00:00
parent a26845f695
commit 68cf84f1d5

View file

@ -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;