The Spring Framework provides JdbcTemplate which eliminantes the cerimonial code around JDBC. ... return jdbcTemplate.update(sqlQuery, id) > 0;.
確定! 回上一頁