Graham Leggett <[EMAIL PROTECTED]> writes:

> Hi all,
> 
> The BasePeer.doDelete() method returns void, while
> PreparedStatement.executeUpdate() returns an int containing the number
> of rows that were "touched" by the update.
> 
> 
> Can this be changed at some point to return int instead of void?

I looked at CVS HEAD, and it appears that the row-centric semantics of
PreparedStatement.executeUpdate() may differ from those of
BasePeer.doDelete() (which appear to be more object-centric).
-- 

Daniel Rall

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to