有的。ResuleSet通过方法重载提供了两种方法获取当前行数据
try { rs.getLong("ID"); rs.getLong(1); rs.getString("name"); rs.getString(2);} catch (SQLException e) { e.printStackTrace();}