Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.62 KB

File metadata and controls

53 lines (43 loc) · 1.62 KB
title getMaxBinaryLiteralLength 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.getMaxBinaryLiteralLength
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 42e49ff9-8072-44e4-ad75-c864c3a4ad8c
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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