Tuesday, November 29, 2011

What does setFetchSize() really do?

The API documentation explains it pretty well, but a number of programmers seem to have a misconception of its functionality. The first thing to note is that it may do nothing at all; it is only a hint, even to a JDBC Compliant driver. setFetchSize() is really a request for a certain sized blocking factor, that is, how much data to send at a time.
Category:JDBC Interview Questions

No comments:

Post a Comment