Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.77 KB

File metadata and controls

50 lines (38 loc) · 1.77 KB
title getColumnClassName Method (SQLServerResultSetMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSetMetaData.getColumnClassName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2c118790-5dd2-4b10-93b6-7f065ee324ce
author David-Engel
ms.author v-daenge

getColumnClassName Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Returns the fully-qualified name of the Java class whose instances are manufactured if the getObject method of the SQLServerResultSet class is called to retrieve a value from the column.

Syntax

  
public java.lang.String getColumnClassName(int column)  

Parameters

column

An int that indicates the column index.

Return Value

A String that contains the fully-qualified name of the class.

Exceptions

SQLServerException

Remarks

This getColumnClassName method is specified by the getColumnClassName method in the java.sql.ResultSetMetaData interface.

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class