String str = rs.getString("name");
int intNum = rs.getInt("age");
float fNum = rs.getFloat("money");
...