This topic has not yet been rated - Rate this topic

Statement.getMaxFieldSize Method

Returns the current maximum column size limit, if any.


public int getMaxFieldSize()

Called

The current maximum column size limit; 0 means unlimited.

The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to binary, varbinary, longvarbinary, char, varchar, and longvarchar columns. If the limit is exceeded, the excess data is silently discarded.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ