Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.55 KB

File metadata and controls

49 lines (39 loc) · 1.55 KB
title getMaxBinaryLiteralLength Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.getMaxBinaryLiteralLength
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 42e49ff9-8072-44e4-ad75-c864c3a4ad8c
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg

getMaxBinaryLiteralLength Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of hex characters this database allows in an inline binary literal.

Syntax

  
public int getMaxBinaryLiteralLength()  

Return Value

An int that indicates the maximum number of hexadecimal characters.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class