Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created January 27, 2009 10:40
Show Gist options
  • Select an option

  • Save shimarin/53282 to your computer and use it in GitHub Desktop.

Select an option

Save shimarin/53282 to your computer and use it in GitHub Desktop.
SimpleJdbcTemplate jt;
// :
jt.getJdbcOperations().queryForList("select * from hoge where a=? and b=?",
new Object[] {"A", "B"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment