我有一个连接到 sqlite 的 JTable。db 表如下所示:
resource_id #primary_key, file, type
I have already implemented adding the rows from db, but the problem is i need to know the resource id when some row in jTable is selected (not the index). 有没有办法添加具有唯一 ID 而不是基于索引(或类似的东西)的行?
当前的解决方案将资源 id 添加为表列,但这并不能完全解决问题。