Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
换句话说,如何从 HSQLDB 导出用于构建数据库的 sql-script 并将数据放入其中?
利用
脚本'你的文件路径和名称'
它将数据库 SQL 脚本(包括数据)保存到您指定的文件中。
您可以使用 Eclipse 的数据源资源管理器。您可以为整个基础生成 DDL 或指定某个表。见图片
我敢打赌其他 IDE 也有类似的功能。