| title | getColumnName 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 | 0330ca1d-5e24-4ce3-9d2a-b931f20a0fcf | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Gets the name of the designated column.
public java.lang.String getColumnName(int column)
column
An int that indicates the column index.
A String that contains the column name.
This getColumnName method is specified by the getColumnName method in the java.sql.ResultSetMetaData interface.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class