Processing SELECT FOR UPDATE Statements
The cursor library ignores the columns in the FOR UPDATE clause of a SELECT FOR UPDATE statement; it removes this clause before passing the statement to the driver.
In the cursor library, the SQL_ATTR_CONCURRENCY statement attribute, along
with the restrictions mentioned in the previous section, controls whether the
columns in a result set can be updated.