how to dump derby database to sql script?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how to dump derby database to sql script?

rizki.wicaksono
Hi all,

I try to figure out the database schema of ofbiz by dumping derby. I
use dblook tools to do that. After that, I got sql script DDL of ofbiz
database. Strangely, i don't see any primary key field in every table.
I'm not experienced with derby, but I usually used mysql.

Is there any tools like mysqldump in derby ? So that I can view DDL
and also DML sql script of ofbiz database and then reverse engineer it
to physical data model using Power Designer.

Thank you.
Rizki Wicaksono
Reply | Threaded
Open this post in threaded view
|

Re: how to dump derby database to sql script?

BJ Freeman
The concept is that ofbiz uses Entities. You can see the relationships
in the webtools
Entity Reference [Static Version]

Rizki Wicaksono sent the following on 7/2/2006 5:51 PM:

> Hi all,
>
> I try to figure out the database schema of ofbiz by dumping derby. I
> use dblook tools to do that. After that, I got sql script DDL of ofbiz
> database. Strangely, i don't see any primary key field in every table.
> I'm not experienced with derby, but I usually used mysql.
>
> Is there any tools like mysqldump in derby ? So that I can view DDL
> and also DML sql script of ofbiz database and then reverse engineer it
> to physical data model using Power Designer.
>
> Thank you.
> Rizki Wicaksono
>