Movatterモバイル変換


[0]ホーム

URL:


         


Interface RowSetWriter


public interfaceRowSetWriter

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.


writeData(RowSetInternal caller)
          This method is called to write data to the data sourcethat is backing the rowset.
 

writeData

public booleanwriteData(RowSetInternal caller)                  throws java.sql.SQLException

This method is called to write data to the data sourcethat is backing the rowset.

Parameters:
caller - the calling rowset
Returns:
true if the row was written, false if not due to a conflict
Throws:
java.sql.SQLException - if a database-access error occur

         


[8]ページ先頭

©2009-2025 Movatter.jp