Tuesday, November 29, 2011

What is the difference between setMaxRows(int) and SetFetchSize(int)? Can either reduce processing time?

setFetchSize(int) defines the number of rows that will be read from the database when the ResultSet needs more rows. The method in the java.sql.Statement interface will set the &
Category:JDBC Interview Questions

No comments:

Post a Comment