| title | getCatalogName Method (SQLServerResultSetMetaData) |
|---|---|
| description | getCatalogName Method (SQLServerResultSetMetaData) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerResultSetMetaData.getCatalogName |
| apitype | Assembly |
[!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