What is the Scrollable ResultSet object?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Scrollable ResultSet object?
Rating:
The Scrollable ResultSet object is a new feature added in JDBC 2.0, which allows the movement of the cursor within the result set in forward as well as backward direction. It also allows the cursor to be positioned on a specified row within the result set.
It provides the following methods for the movement of the cursor:
- next()
- absolute()
- first()
- last()
- afterLast()
- beforeFirst()
- relative()
Rating:
Was this information helpful?
Other articles
- What is the HAVING clause?
- What is a one-to-one relationship?
- What is Data Manipulation Language (DML)?
- What is a transaction control statement?
- What is the use of the DROP table statement?