vote up 0 vote down star

I'm using in-memory derby db for my java application. I would like to delete all the tables/databases it created once the application ends. So when it starts back up, I want it to start fresh.

flag

i know i can add delete statements at the end of the class...i was wondering if there was a setting that i could turn on/off – ed1t Jul 27 at 18:42

1 Answer

vote up 1 vote down check

If you application uses only a single database connection, then derby global temporary tables would provide what you need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.