what are the types of result sets in JDBC 3.0 ?
Answer Posted / bawa
I think the first answer is correct. The type of a ResultSet object determines the level of its functionality in two areas: the ways in which the cursor can be manipulated, and how concurrent changes made to the underlying data source are reflected by the ResultSet object. Considering this factor, the sensitivity of the ResultSet object is determined by one of three different ResultSet types: TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE. View the Suns's official doc at http://java.sun.com/docs/books/tutorial/jdbc/basics/retrieving.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many ways that we can view a result set?
What is ojdbc14 jar?
What does the jdbc resultsetmetadata interface?
What are the steps to connect to the database in java?
How do you insert images into database using jdbc?
What is Apache DBCP API?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What are the 4 types of jdbc drivers?
Explain the difference between resultset and rowset in jdbc
What is jdbc and explain jdbc architecture?
What class.forname will do while loading drivers of jdbc?
What causes no suitable driver error?
Explain the main method?
How can we store the file in the oracle database?
What is a jdbc connection?