Java.Sql.IPreparedStatement.SetClob Method
Sets the value of a specified parameter to the given Clob object.

Syntax

[Android.Runtime.Register("setClob", "(ILjava/sql/Clob;)V", "GetSetClob_ILjava_sql_Clob_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetClob (int parameterIndex, IClob theClob)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theClob
a java.sql.Clob holding the data to which the parameter at parameterIndex is set.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to the given Clob object.

[Android Documentation]

Requirements

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