IRowSet.ClearParameters Method

Definition

Clears the parameters set for this RowSet object's command.

[Android.Runtime.Register("clearParameters", "()V", "GetClearParametersHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ClearParameters ();
[<Android.Runtime.Register("clearParameters", "()V", "GetClearParametersHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ClearParameters : unit -> unit
Attributes

Exceptions

if a problem occurs accessing the database.

Remarks

Clears the parameters set for this RowSet object's command.

In general, parameter values remain in force for repeated use of a RowSet object. Setting a parameter value automatically clears its previous value. However, in some cases it is useful to immediately release the resources used by the current parameter values, which can be done by calling the method clearParameters.

Java documentation for javax.sql.RowSet.clearParameters().

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