How do you delete the default database/schema in hsqldb

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-06-01T15:24:39Z Indexed on 2010/06/01 15:33 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

I've created an in memory hsqldb and am using the default database/schema. Now I want to drop and recreate the database programatically.

How do I do that?

Thanks Daniel

© Stack Overflow or respective owner

Related posts about java

Related posts about database