Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.46 KB

File metadata and controls

45 lines (35 loc) · 1.46 KB
title getMaxCharLiteralLength Method (SQLServerDatabaseMetaData) | 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
SQLServerDatabaseMetaData.getMaxCharLiteralLength
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 44e6e9df-4724-4c86-bbd2-ca750c248333
author David-Engel
ms.author v-daenge

getMaxCharLiteralLength Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of characters that this database allows for a character literal.

Syntax

  
public int getMaxCharLiteralLength()  

Return Value

An int that indicates the maximum number of characters allowed.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class