The for update clause is used with JDBC result sets, it locks rows in the database that are retrieved by a result set, preventing other transactions from modifying them until the transaction is committed or rolled back.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
47 views1 page
JDBC Question
The for update clause is used with JDBC result sets, it locks rows in the database that are retrieved by a result set, preventing other transactions from modifying them until the transaction is committed or rolled back.