Java.Sql.IParameterMetaData.GetPrecision Method
Gets the number of decimal digits for a specified parameter.

Syntax

[Android.Runtime.Register("getPrecision", "(I)I", "GetGetPrecision_IHandler:Java.Sql.IParameterMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetPrecision (int paramIndex)

Parameters

paramIndex
the index number of the parameter, where the first parameter has index 1.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Gets the number of decimal digits for a specified parameter.

[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