Implementations of RowSet, CachedRowSet etc

后端 未结 4 1701
栀梦
栀梦 2020-12-09 04:46

Until today I was working with ResultSet when handling results from queries. But today I read a little about RowSet and CachedRowset and I realized they can ser

4条回答
  •  执念已碎
    2020-12-09 05:14

    Add rt.jar in Eclipse Java Build Path. Then you see all the implemention class. Else you can remove the restriction from Eclipse which is not allowing to access rt.jar from jdk. Works for me. I was using jdk1.6 and Eclipse Luna.

提交回复
热议问题