Tuesday, November 29, 2011

How does a custom RowSetReader get called from a CachedRowSet?

The Reader must be registered with the CachedRowSet using CachedRowSet.setReader(javax.sql.RowSetReader reader). Once that is done, a call to CachedRowSet.execute() will, among other things, invoke the readData method.
Category:JDBC Interview Questions

No comments:

Post a Comment