java代码将结果集复制到mysql表中
在我的java程序中,我想复制javatable数据并将其复制到mysql表中。为此,我选择一个表并选择其中的内容,然后复制。如何将结果集复制到mysql中?
In my java program i want to copy javatable data and copied it in to the mysql table.for that i select one table and select the contents of it then copy.how to copy the result set in to mysql?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
getRowCount()
方法返回行数。getValueAt(row, col)
返回数据。这是默认模型示例。根据您的需要进行调整:
getRowCount()
method returns the number of rows.getValueAt(row, col)
returns the data.This is a default model sample. Adjust it to your needs: