开发者

What is the most easy way to get ddl sql-script from HSQLDB?

开发者 https://www.devze.com 2022-12-18 06:45 出处:网络
In 开发者_StackOverflow社区other words, how to export sql-script for building database and putting data into it from HSQLDB? Use

In 开发者_StackOverflow社区other words, how to export sql-script for building database and putting data into it from HSQLDB?


Use

SCRIPT 'yourFilePathAndName'

It will save the database SQL script, including data, to the file you specify.


You can use Eclipse's Data Source Explorer. You can generate DDL for whole base or specify certain table. See picture

What is the most easy way to get ddl sql-script from HSQLDB?

I bet other IDE's also have similar feature.

0

精彩评论

暂无评论...
验证码 换一张
取 消