Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.38 KB

getmaxfieldsize-method-sqlserverstatement.md

File metadata and controls

39 lines (29 loc) · 1.38 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getMaxFieldSize Method (SQLServerStatement)
getMaxFieldSize Method (SQLServerStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.getMaxFieldSize
Assembly

getMaxFieldSize Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of bytes that can be returned for character and binary column values in a SQLServerResultSet object that is produced by this SQLServerStatement object.

Syntax

  
public final int getMaxFieldSize()  

Return Value

An int that indicates the maximum number of bytes that a column can contain, or 0 if there is no limit.

Exceptions

SQLServerException

Remarks

This getMaxFieldSize method is specified by the getMaxFieldSize method in the java.sql.Statement interface.

See Also

SQLServerStatement Methods
SQLServerStatement Class