8.6.52 getMaxRowSize()
- Organization of this subsection
(1) Function
This method acquires the maximum length of a row (in bytes).
(2) Format
public synchronized int getMaxRowSize() throws SQLException
(3) Arguments
None.
(4) Return value
The method always returns 0.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.