ISQLOutput.WriteBigDecimal(BigDecimal) Method

Definition

Writes the next attribute to the stream as a java.

[Android.Runtime.Register("writeBigDecimal", "(Ljava/math/BigDecimal;)V", "GetWriteBigDecimal_Ljava_math_BigDecimal_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteBigDecimal (Java.Math.BigDecimal? x);
[<Android.Runtime.Register("writeBigDecimal", "(Ljava/math/BigDecimal;)V", "GetWriteBigDecimal_Ljava_math_BigDecimal_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteBigDecimal : Java.Math.BigDecimal -> unit

Parameters

x
BigDecimal

the value to pass to the database

Attributes

Exceptions

if a database error occurs.

Remarks

Writes the next attribute to the stream as a java.math.BigDecimal object. Writes the next attribute to the stream as a String in the Java programming language.

Added in 1.2.

Java documentation for java.sql.SQLOutput.writeBigDecimal(java.math.BigDecimal).

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