Implementations of RowSet, CachedRowSet etc

后端 未结 4 1711
栀梦
栀梦 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:07

    The RowSet and CachedRowSet are implemented by the JDBC drivers.

    Your database provider delivers the drivers e.g. Oracle or MySql. However those drivers only make sense in conjunction with an actual database.

提交回复
热议问题