| title | getCatalogName 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 | 64f62569-5d8e-411f-a98d-ddc52798391e | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Gets the catalog name for the table that includes the designated column.
public java.lang.String getCatalogName(int column)
column
An int that indicates the column index.
A String that contains the catalog name.
This getCatalogName method is specified by the getCatalogName method in the java.sql.ResultSetMetaData interface.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class