Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.38 KB

File metadata and controls

41 lines (31 loc) · 1.38 KB
title getMaxCursorNameLength Method (SQLServerDatabaseMetaData)
description getMaxCursorNameLength Method (SQLServerDatabaseMetaData)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.getMaxCursorNameLength
apitype Assembly

getMaxCursorNameLength Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public int getMaxCursorNameLength()  

Return Value

An int that indicates the maximum number of characters allowed.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class