You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"