ResultSet有提供重载的方法的啊
String getString(String columnLabel) throws SQLException//Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
需要的参数columnLabel就是数据库列的名字
类似的方法的很多