| title | getMaxFieldSize Method (SQLServerStatement) |
|---|---|
| description | getMaxFieldSize Method (SQLServerStatement) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerStatement.getMaxFieldSize |
| apitype | Assembly |
[!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.
public final int getMaxFieldSize()
An int that indicates the maximum number of bytes that a column can contain, or 0 if there is no limit.
This getMaxFieldSize method is specified by the getMaxFieldSize method in the java.sql.Statement interface.