Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.6 KB

File metadata and controls

45 lines (35 loc) · 1.6 KB
title doesMaxRowSizeIncludeBlobs 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.doesMaxRowSizeIncludeBlobs
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 0c90a7a7-5a59-4858-bb26-3e725d8611d7
author David-Engel
ms.author v-daenge

doesMaxRowSizeIncludeBlobs Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether the return value for the getMaxRowSize method includes the SQL data types LONGVARCHAR and LONGVARBINARY.

Syntax

  
public boolean doesMaxRowSizeIncludeBlobs()  

Return Value

true if the return value includes the data types. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class