如何在 Apache Derby 中打印 DDL 命令
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这是不可能的,您需要使用 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
您可以尝试 dblook: http://db.apache.org/derby/文档/10.8/tools/ctoolsdblook.html
You might try dblook: http://db.apache.org/derby/docs/10.8/tools/ctoolsdblook.html