which class is implementing the ResultSet interface i want to see the next() method implementation.
please clear me
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
The class that implements the ResultSet interface is part of the JDBC driver, so you need to get hold of the source code of whichever driver you're using. Of course, not all drivers are open-source.