Java.Sql.IResultSetMetaData.GetColumnClassName Method
Returns the fully-qualified type of the class that is produced when invoking ResultSet.getObject to recover this column's value.

Syntax

[Android.Runtime.Register("getColumnClassName", "(I)Ljava/lang/String;", "GetGetColumnClassName_IHandler:Java.Sql.IResultSetMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetColumnClassName (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 fully-qualified type of the class that is produced when invoking ResultSet.getObject to recover this column's value.

[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