java.sql.DatabaseMetaData.getMaxLogicalLOBSize method

java.sql.DatabaseMetaData.getMaxLogicalLOBSize reports the maximum size of the CLOB and BLOB datatypes.

The Derby implementation of the getMaxLogicalLOBSize method returns zero (0). For details on the meaningful limits on Derby's BLOB and CLOB datatypes, see BLOB data type and CLOB data type.

Related reference
DatabaseMetaData result sets
Columns in the ResultSets returned by getFunctionColumns and getProcedureColumns
java.sql.DatabaseMetaData.getBestRowIdentifier method