Retrieves the maximum number of bytes that can be
returned for character and binary column values in a ResultSet
object produced by this Statement
object.
This limit applies only to BINARY
, VARBINARY
,
LONGVARBINARY
, CHAR
, VARCHAR
,
NCHAR
, NVARCHAR
, LONGNVARCHAR
and LONGVARCHAR
columns. If the limit is exceeded, the
excess data is silently discarded.
SQLException | if a database access error occurs or
this method is called on a closed Statement |
setMaxFieldSize
Diagram: Statement