Java.Sql.IResultSetMetaData.GetPrecision Method
Returns the decimal precision of the indexed column.

Syntax

[Android.Runtime.Register("getPrecision", "(I)I", "GetGetPrecision_IHandler:Java.Sql.IResultSetMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetPrecision (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 decimal precision 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