如何使用netbeans轻松将任何数据库视图绑定到jtable?

发布于 2024-08-21 19:38:50 字数 129 浏览 6 评论 0原文

Netbeans 可以轻松地将 jtable 与关系数据库表(mysql、deby 等)绑定。 我如何轻松地将“Views”表绑定到jtable... 如果这是不可能的,是否有任何简单的方法来连接表并在 JTable 中显示结果...非常感谢。

Netbeans can easily bind jtable with relational database tables(mysql,deby,etc)..
How can i easily bind "Views" table to a jtable...
If that is not possible, is there any easy way to join tables and display the result in JTable... Thank you so much.

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

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

发布评论

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

评论(1

幸福丶如此 2024-08-28 19:38:50

在 JTable 中显示任意结果集非常容易。首先需要使用 ResultSet 中的元数据计算出有哪些列,然后通过循环 ResultSet 添加行。
http://fahdshariff.blogspot.com/2010/ 02/display-any-resultset-in-jtable.html

It is quite easy to display an arbitrary ResultSet in a JTable. You first need to work out what columns there are by using the metadata within the ResultSet and then add rows by looping over the ResultSet.
http://fahdshariff.blogspot.com/2010/02/display-any-resultset-in-jtable.html

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