Can I read JDBC ResultSet Types and Usage on EtoBox?
JDBC ResultSet Types and Usage by Prabhakar Prabhu is a document available to read on EtoBox.
What is JDBC ResultSet Types and Usage about?
There are two types of ResultSets based on concurrency: read-only and updatable. There are also two types based on cursor movement: forward-only and scrollable. Scrollable ResultSets can further be scroll sensitive or insensitive. The default ResultSet type is read-only and forward-only. To specify a specific type, constants from the ResultSet interface need to be passed to the createStatement() method. Updatable ResultSets allow inserting, updating, and deleting rows in the database. Scroll sensitive Resul
- Author
- Prabhakar Prabhu
- Language
- EN