doesMaxRowSizeIncludeBlobs()
Syntax:
boolean doesMaxRowSizeIncludeBlobs() throws SQLException
Description:
Retrieves whether the return value for the method getMaxRowSize
includes the SQL data types LONGVARCHAR
and LONGVARBINARY
.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs or the database metadata object is closed