1 | Public Interface ResultSet |
2 | The results of a query are stored in this object, which is returned when the respective query execute methods is run . |
3 | getXXX() methods, where XXX can be any Java Types , fetch the result for the specified column |
4 | getMetaData() methods can facilitate the process of checking the data type in each column of the result set |