0% 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.

Uploaded by

Sai Krishna
Copyright
© Attribution Non-Commercial (BY-NC)
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% 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.

Uploaded by

Sai Krishna
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 1

What is for update clause

For Update clause is used with JDBC result set

You might also like