17.7.40 getMaxBinarySize

(a) Function

Gets the maximum data size for retrieval of data of the LONGVARBINARY type (a JDBC SQL type).

(b) Format

public int getMaxBinarySize()

(c) Arguments

None.

(d) Return value
int
This is the value that was set as the maximum data size.
(e) Functional detail

Returns the maximum data size for retrieving data of the LONGVARBINARY type (a JDBC SQL type), as set by the setMaxBinarySize method.

If a maximum data size has not been set by the setMaxBinarySize method, 0 is returned.

(f) Exceptions

None.