I believe it means the number of affected rows (just like jdbc)
On 12/13/05, John Chien <[EMAIL PROTECTED]> wrote:
> The SqlMapClient API indicates:
>
> public int insert(String statementName, Object parameterObject) throws
> SQLException.
> public int update(String statementName, Object parameterObject) throws
> SQLException
> public int delete(String statementName, Object parameterObject) throws
> SQLException
>
> what does the return int repesent ?
>
> the example shows
>
> int rows = sqlMap.insert("insertProduct", product);
>
> Does the return int represent the number of rows being inserted, updated
> or deleted ?
>
> Is there anyway of returning the Object or the List of the rows being
> inserted, updated or deleted ?
>
>
> Thanks,
>
> John Chien
>
>
>
--
[]
Kenji
_______________________
http://kenjiria.blogspot.com
http://gaitabh.blogspot.com