updateBegin method

Prepares to update the current row in this result set.

Syntax
updateBegin()
Remarks

Column values are modified by calling the appropriate setType method or methods.

The data is not actually changed until you execute the update, and that change is not permanent until it is committed.