Interface RowSetReader

public interface RowSetReader

Rowsets can support the reader/writer paradigm. When this is the case, the rowset calls the RowSetReader each time that its rows must be loaded or reloaded.

Methods

readData

public void readData(RowSetInternal caller) throws java.sql.SQLException

RowSet.execute() calls this method when the rowset supports the reader/writer paradigm and the rowset’s rows have to be loaded or reloaded.

A SQLException is thrown if a database access error occurs.

Parameters:

caller:

The rowset that calls the reader



JDBC 3. 0. JAVA Database Connectivity
JDBC 3: Java Database Connectivity
ISBN: 0764548751
EAN: 2147483647
Year: 2002
Pages: 148

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net