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

Syntax

[Android.Runtime.Register("setSQLXML", "(ILjava/sql/SQLXML;)V", "GetSetSQLXML_ILjava_sql_SQLXML_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetSQLXML (int p0, ISQLXML p1)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
xmlObject
the SQLXML

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of the specified parameter to the value of xmlObject.

[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