You can retrieve the database size from the information_schema:

 SELECT name, value FROM information_schema.settings where name in 
('INFO.PAGE_SIZE', ' INFO.PAGE_COUNT'); 

You get two lines. Multiply the values to get the size of the database file 
in bytes.

-- 
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