简体   繁体   English

ResultSetTableModel类位于哪里?

[英]Where is ResultSetTableModel class located?

In which package is the ResultSetTableModel class written? 在哪个包中编写ResultSetTableModel类? I've faced an error that cannot find symbol, and I can't seem to find it anywhere in the whole JDK library. 我遇到了找不到符号的错误,而且似乎在整个JDK库的任何地方都找不到它。

If I understood correctly you are talking about com.ibm.as400.vaccess.SQLResultSetTableModel class. 如果我理解正确,那么您正在谈论com.ibm.as400.vaccess.SQLResultSetTableModel类。 You will need to add the jt400-full-5.2.jar in your build path. 您将需要在构建路径中添加jt400-full-5.2.jar

公共类ResultSetTableModel扩展了java.lang.Object在此位置实现javax.swing.table.TableModel,您可以找到必须实现javax.swing.table.TableModel的ResultSetTableModel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM