Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.4 KB

File metadata and controls

44 lines (34 loc) · 1.4 KB
title getMetaData Method (SQLServerConnection) | 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
SQLServerConnection.getMetaData
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 86223cb5-3bf4-489a-8c82-669a91764f2b
author David-Engel
ms.author v-daenge

getMetaData Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Retrieves a SQLServerDatabaseMetaData object that contains metadata about the database to which this SQLServerConnection object represents a connection.

Syntax

  
public java.sql.DatabaseMetaData getMetaData()  

Return Value

The DatabaseMetaData object.

Exceptions

SQLServerException

Remarks

This getMetaData method is specified by the getMetaData method in the java.sql.Connection interface.

See Also

SQLServerConnection Members
SQLServerConnection Class