Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database. Java.Sql.SQLException if an error occurs accessing the database or the max value is < 0.
Get method documentation [Android Documentation]
Gets the maximum number of bytes which can be returned as values from
character and binary type columns in a ResultSet derived from this
statement. This limit applies to BINARY, VARBINARY,
LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR types. Any data exceeding the maximum size is abandoned
without announcement.
Set method documentation [Android Documentation]
Sets the maximum number of bytes for ResultSet columns that
contain character or binary values. This applies to BINARY,
VARBINARY, LONGVARBINARY, CHAR, VARCHAR,
and LONGVARCHAR fields. Any data exceeding the maximum size is
abandoned without announcement.