1.

How Does A Custom Rowsetreader Get Called From A Cachedrowset?

Answer»

The Reader must be REGISTERED with the CACHEDROWSET using Cached RowSet .setReader javax.sql. RowSet Reader reader). Once that is DONE, a call to Cached RowSet. execute() will, among other things, invoke the readData method.

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



Discussion

No Comment Found