javax.sql
Class RowSetWriterImpl


java.lang.Object

  |

  +--javax.sql.RowSetWriterImpl


public class RowSetWriterImpl
extends java.lang.Object
implements RowSetWriter

The RowSetWriterImpl class is an example implementation of the RowSetWriter interface.


Constructor Summary
RowSetWriterImpl()
           
 
Method Summary
 RowSetReaderImpl getReader()
          Gets the reader.
 void setReader(RowSetReaderImpl reader)
          Sets the reader.
 boolean writeData(RowSetInternal caller)
          This method is called by the rowset internally when     the application invokes acceptUpdates().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSetWriterImpl


public RowSetWriterImpl()
Method Detail

writeData


public boolean writeData(RowSetInternal caller)

                  throws java.sql.SQLException
This method is called by the rowset internally when     the application invokes acceptUpdates().
Specified by:
writeData in interface RowSetWriter

setReader


public void setReader(RowSetReaderImpl reader)

               throws java.sql.SQLException
Sets the reader.

getReader


public RowSetReaderImpl getReader()

                           throws java.sql.SQLException
Gets the reader.