javax.sql
Class RowSetReaderImpl


java.lang.Object

  |

  +--javax.sql.RowSetReaderImpl


public class RowSetReaderImpl
extends java.lang.Object
implements RowSetReader

The RowSetReaderImpl class is an example implementation of the RowSetReader interface.


Constructor Summary
RowSetReaderImpl()
           
 
Method Summary
 void readData(RowSetInternal caller)
          This method is called by the rowset internally when     the application invokes execute() to read a new set of rows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSetReaderImpl


public RowSetReaderImpl()
Method Detail

readData


public void readData(RowSetInternal caller)

              throws java.sql.SQLException
This method is called by the rowset internally when     the application invokes execute() to read a new set of rows.
Specified by:
readData in interface RowSetReader