| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 2c118790-5dd2-4b10-93b6-7f065ee324ce | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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.
public java.lang.String getColumnClassName(int column)
column
An int that indicates the column index.
A String that contains the fully-qualified name of the class.
This getColumnClassName method is specified by the getColumnClassName method in the java.sql.ResultSetMetaData interface.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class