You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the limit for 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 fields. If the limit is exceeded, the excess data is silently discarded. For maximum portability, use values greater than 256.
It may be done on the driver side. For example, ResultSet can trim string/bytes results internally.
The text was updated successfully, but these errors were encountered:
Support following API get/set maxFieldSize
It may be done on the driver side. For example, ResultSet can trim string/bytes results internally.
The text was updated successfully, but these errors were encountered: