I have some existing code that accepts a java.sql.ResultSet that contains info retrieved from an Oracle database. I would now like to reuse this code, but I\'d
java.sql.ResultSet
java.sql.ResultSet is an interface, so you could create your own class that implements that interface.