Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.48 KB

File metadata and controls

50 lines (38 loc) · 1.48 KB
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
SQLServerResultSetMetaData.getCatalogName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 64f62569-5d8e-411f-a98d-ddc52798391e
author David-Engel
ms.author v-daenge

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