Skip to content

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"

License

Notifications You must be signed in to change notification settings

bflorat/util-preparedstatement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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"

About

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"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published