Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 225 Bytes

util-preparedstatement

Small utility simplifing the use of prepared statements. Basically, it allows to write a JDBC query like "select COL_A from MY_TABLE where COL_A like :var AND COL_B in :myList"