IRowSetWriter.WriteData(IRowSetInternal) Method

Definition

Writes the changes in this RowSetWriter object's rowset back to the data source from which it got its data.

[Android.Runtime.Register("writeData", "(Ljavax/sql/RowSetInternal;)Z", "GetWriteData_Ljavax_sql_RowSetInternal_Handler:Javax.Sql.IRowSetWriterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool WriteData (Javax.Sql.IRowSetInternal? caller);
[<Android.Runtime.Register("writeData", "(Ljavax/sql/RowSetInternal;)Z", "GetWriteData_Ljavax_sql_RowSetInternal_Handler:Javax.Sql.IRowSetWriterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteData : Javax.Sql.IRowSetInternal -> bool

Parameters

caller
IRowSetInternal

the RowSet object (1) that has implemented the RowSetInternal interface, (2) with which this writer is registered, and (3) that called this method internally

Returns

true if the modified data was written; false if not, which will be the case if there is a conflict

Attributes

Exceptions

if a problem occurs accessing the database.

Remarks

Writes the changes in this RowSetWriter object's rowset back to the data source from which it got its data.

Java documentation for javax.sql.RowSetWriter.writeData(javax.sql.RowSetInternal).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to