Hi,

You could use "select length(column) from tableName", or you could use
"select * from tableName", then use ResultSet.getClob(), and
clob.getLength().

Regards,
Thomas


On Friday, May 9, 2014, Tau <[email protected]> wrote:

>
> I know function DISK_SPACE_USED.
> And it exclude LOB (CLOB and BLOB) data size.
>
> If I use console, I can get BLOB size information.
>  like "aced00... (246641 bytes)".
>
> Could I get this information through JDBC ?
>
> Thanks,
>
>  --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> [email protected]<javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');>
> .
> To post to this group, send email to 
> [email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');>
> .
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to