java.sql.ResultSet
java.sql.PreparedStatement
示例:
String getName(ResultSet rs) { return rs.getString(0); }