Java.Sql.IPreparedStatement.SetNClob Method
Sets the value of the specified parameter to value.

Syntax

[Android.Runtime.Register("setNClob", "(ILjava/sql/NClob;)V", "GetSetNClob_ILjava_sql_NClob_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetNClob (int p0, INClob p1)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
value
the NClob to which the parameter at parameterIndex is set.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of the specified parameter to value.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9