Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.37 KB

File metadata and controls

45 lines (33 loc) · 1.37 KB
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

getCatalogName Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Gets the catalog name for the table that includes the designated column.

Syntax

  
public java.lang.String getCatalogName(int column)  

Parameters

column

An int that indicates the column index.

Return Value

A String that contains the catalog name.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class