An object that implements the RowSetWriter interface may be registered with a RowSet object that supports the reader/writer paradigm. The RowSetWriter.writeRow() method is called internally by a RowSet that supports the reader/writer paradigm to write the contents of the rowset to a data source.
boolean
writeData(RowSetInternal caller)
public boolean writeData(RowSetInternal caller) throws java.sql.SQLException
This method is called to write data to the data source that is backing the rowset.
caller
- the calling rowsetjava.sql.SQLException
- if a database-access error occur