Having rs, an instance of java.sql.ResultSet, how to check that it contains a column named \"theColumn\"?
rs
You can do:
rs.findColumn("theColum")
and check for SQLException