With java.sql.ResultSet
is there a way to get a column’s name as a String
by using the column’s index? I had a look through the API doc but I can’t find anything.
With java.sql.ResultSet
is there a way to get a column’s name as a String
by using the column’s index? I had a look through the API doc but I can’t find anything.