Is there a Java equivalent to PHP\'s mysql_real_escape_string() ?
This is to escape SQL injection attempts before passing them to Statement.execute().
I know
org.apache.commons.lang.StringEscapeUtils.class in commons-lang.jar could solve your problem!