Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.59 KB

File metadata and controls

53 lines (43 loc) · 1.59 KB
title getMaxCatalogNameLength Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.getMaxCatalogNameLength
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 89c11327-eae1-4178-9e26-4b484d521c65
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

getMaxCatalogNameLength Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of characters that this database allows in a catalog name.

Syntax

  
public int getMaxCatalogNameLength()  

Return Value

An int that indicates the maximum number of characters allowed.

Exceptions

SQLServerException

Remarks

This getMaxCatalogNameLength method is specified by the getMaxCatalogNameLength method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class