document return values of WebGUI::SQL->write and WebGUI::SQL::ResultSet->execute

This commit is contained in:
Graham Knop 2008-11-04 22:46:49 +00:00
parent 0ec07bc967
commit 1cf8d00d4a
2 changed files with 6 additions and 3 deletions

View file

@ -972,7 +972,8 @@ sub unconditionalRead {
=head2 write ( sql, params )
A method specifically designed for writing to the database in an efficient manner.
A method specifically designed for writing to the database in an efficient manner. Returns
the number of rows effected.
=head3 sql