Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.47 KB

File metadata and controls

45 lines (35 loc) · 1.47 KB
title getMaxBinaryLiteralLength 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.getMaxBinaryLiteralLength
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 42e49ff9-8072-44e4-ad75-c864c3a4ad8c
author David-Engel
ms.author v-daenge

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