DatabaseMetaData.getMaxRowSize
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract int getMaxRowSize() throws SQLException
Returns
     max row size in bytes
    Description
 What's the maximum length of a single row?
  
Exceptions
 SQLException
     if a database-access error occurs.