Java.Sql.IParameterMetaData.IsSigned Method
Gets whether values for the specified parameter can be signed numbers.

Syntax

[Android.Runtime.Register("isSigned", "(I)Z", "GetIsSigned_IHandler:Java.Sql.IParameterMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsSigned (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 whether values for the specified parameter can be signed numbers.

[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