improve help

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@37693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-02-15 07:24:46 +00:00
parent 3f90edbed0
commit 5698d1153e

View file

@ -1536,6 +1536,8 @@ SQLCLIENT_PRIVATE
* will result in a mutable dictionary being built, with dictionary keys
* being the first field from each record and dictionary values being the
* second field of each record.<br />
* You may use the same instance for more than one query, but a second query
* will replace the content dictionary produced by the first.<br />
* If you want to handle records containing more than two values, you
* must create a subclass which overrides the -newWithValues:keys:count:
* method to create the record objects and add them to the content
@ -1591,6 +1593,8 @@ SQLCLIENT_PRIVATE
* The query (which must return a number of records, each with one field)
* will result in a counted set being built and a record of the number of
* added objects being kept.<br />
* You may use the same instance for more than one query, but a second query
* will replace the content set produced by the first.<br />
* If you want to handle records containing more than one value, you
* must create a subclass which overrides the -newWithValues:keys:count:
* method to create the record objects and add them to the content