Java.Sql.IParameterMetaData.GetParameterClassName Method
Gets the fully-qualified name of the Java class which should be passed as a parameter to the method PreparedStatement.setObject.

Syntax

[Android.Runtime.Register("getParameterClassName", "(I)Ljava/lang/String;", "GetGetParameterClassName_IHandler:Java.Sql.IParameterMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetParameterClassName (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 fully-qualified name of the Java class which should be passed as a parameter to the method PreparedStatement.setObject.

[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