<T> List<T>
query(String sql, RowMapper<T> mapper, Object... params)
<T> Optional<T>
queryOne(String sql, RowMapper<T> mapper, Object... params)