Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.38 KB

File metadata and controls

45 lines (35 loc) · 1.38 KB
title getMaxRowSize 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.getMaxRowSize
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid abb5a204-76ff-4381-ab2b-896a19b202f3
author David-Engel
ms.author v-daenge

getMaxRowSize Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of bytes that this database allows in a single row.

Syntax

  
public int getMaxRowSize()  

Return Value

An int that indicates the maximum number of bytes allowed.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class