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
ResultSet
It comes with the JDK.
In JDK 10, the jar is: jdk-10.0.2/lib/jrt-fs.jar
And the package/class inside the jar is: javax.sql.RowSet.class
Daniel Pinheiro
danielpm1982@gmail.com