Java代码查找数据库所有表的唯一键

发布于 2024-10-06 10:48:12 字数 41 浏览 2 评论 0原文

我试图找到所有表的所有唯一键。而且它将独立于供应商。请帮忙提前致谢。

I m trying to find all the unique key of all the table. And it would be vendor independent. Please help thanks in advance.

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

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

发布评论

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

评论(2

居里长安 2024-10-13 10:48:12

正如 Kunal 所说,您需要使用 Schema 并且需要表字段检查,请尝试检查 schema 类

As Kunal said you need to use Schema and table field checking is needed try check the schema class

情徒 2024-10-13 10:48:12

还可以在 sourceforge 上查看 DbTamer,其中包含源代码。
http://sourceforge.net/projects/dbtamer/
它旨在对数据库进行逆向工程,以便更轻松地在不同 RDBMS 之间进行传输,但其核心是迭代表并将表元数据提取到可重用对象模型中的代码。

Also check DbTamer on sourceforge, with source code included.
http://sourceforge.net/projects/dbtamer/
It is designed to reverse engineer databases to make it easier to transport between different RDBMS but at the heart is code to iterate tables and extract table metadata into a reusable object model.

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