Java.Sql.IResultSetMetaData.GetScale Method
Returns the number of digits to the right of the decimal point of the indexed column.

Syntax

[Android.Runtime.Register("getScale", "(I)I", "GetGetScale_IHandler:Java.Sql.IResultSetMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetScale (int column)

Parameters

column
the column index, starting at 1.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif there is a database error.

Remarks

Returns the number of digits to the right of the decimal point of the indexed column.

[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