suppose i receive a resultset from some other method.
eg
(inside someclass1)
ResultSet res = someclass2.method2();
is there any way to know how other columns or the last column index for the returned resultset? i searched through the api for resultset but couldn't find any.
any tips from anyone?
eg
(inside someclass1)
ResultSet res = someclass2.method2();
is there any way to know how other columns or the last column index for the returned resultset? i searched through the api for resultset but couldn't find any.
any tips from anyone?