如何在 Apache Derby 中打印 DDL 命令

发布于 2024-12-09 00:28:54 字数 192 浏览 0 评论 0原文

在 Apache Derby 中使用嵌入式 ij 命令客户端时,应该执行什么语句 为特定对象(例如表)生成 DDL?

我用这个试过了。

ij> describe client;

但这确实只显示了表的结构,而不显示 DDL。我希望将其打印在控制台上。

有什么想法吗?

In Apache Derby using the embedded ij command client, what should be the statement to execute to
generate a DDL for a particular object say a table?

I tried it with this one.

ij> describe client;

But this does show only the structure of the table and not the DDL. I wnat it to be printed on the console.

Any thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

衣神在巴黎 2024-12-16 00:28:54

我认为这是不可能的,您需要使用 GUI SQL 客户端。

此 wiki 页面列出了已知可与 Derby 一起使用的几个工具:

http://wiki.apache .org/db-derby/UsesOfDerby#GUI_Tools

I don't think this is possible, you will need to use a GUI SQL client.

This wiki page lists several tools which are known to work with Derby:

http://wiki.apache.org/db-derby/UsesOfDerby#GUI_Tools

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文