Google News
logo
JDBC - Interview Questions
How many ways can you update a result set?
Following methods helps you to update result set : 
 
* updateRow()
* deleteRow()
* refreshRow()
* insertRow()
* cancelRowUpdates()
Advertisement